diff options
-rw-r--r-- | src/FbTk/Timer.hh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh index df86d60..6c40155 100644 --- a/src/FbTk/Timer.hh +++ b/src/FbTk/Timer.hh | |||
@@ -28,6 +28,20 @@ | |||
28 | #include <ctime> | 28 | #include <ctime> |
29 | #include <list> | 29 | #include <list> |
30 | 30 | ||
31 | #ifdef HAVE_CONFIG_H | ||
32 | #include "config.h" | ||
33 | #endif //HAVE_CONFIG_H | ||
34 | |||
35 | #ifdef HAVE_INTTYPES_H | ||
36 | #include <inttypes.h> | ||
37 | #include <sys/types.h> | ||
38 | #endif // HAVE_INTTYPES_H | ||
39 | |||
40 | #include <sys/select.h> | ||
41 | #include <sys/time.h> | ||
42 | #include <sys/types.h> | ||
43 | #include <unistd.h> | ||
44 | |||
31 | namespace FbTk { | 45 | namespace FbTk { |
32 | 46 | ||
33 | /// Handles timeouts | 47 | /// Handles timeouts |