FbTk/Timer.cc: Check HAVE_SYS_SELECT_H
This commit is contained in:
parent
60c964a4d9
commit
f40be36f75
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@
|
|||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#include <sys/select.h>
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
|
||||
namespace FbTk {
|
||||
|
||||
|
|
Loading…
Reference in a new issue