FbTk/Timer.cc: Check HAVE_SYS_SELECT_H

This commit is contained in:
Ryan Pavlik 2011-10-31 10:47:59 -05:00
parent 60c964a4d9
commit f40be36f75

View file

@ -49,7 +49,9 @@
# include <string.h>
#endif
#include <sys/select.h>
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
namespace FbTk {