FbTk/Timer.cc: Check HAVE_SYS_SELECT_H, add alternate for windows
This commit is contained in:
parent
5bf23bb05d
commit
b0779c413b
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@
|
|||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
#elif defined(_WIN32)
|
||||
# include <winsock.h>
|
||||
#endif
|
||||
|
||||
namespace FbTk {
|
||||
|
|
Loading…
Reference in a new issue