diff options
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Timer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh index f87d5df..61bb11b 100644 --- a/src/FbTk/Timer.hh +++ b/src/FbTk/Timer.hh | |||
@@ -42,9 +42,9 @@ | |||
42 | #include <inttypes.h> | 42 | #include <inttypes.h> |
43 | #endif // HAVE_INTTYPES_H | 43 | #endif // HAVE_INTTYPES_H |
44 | 44 | ||
45 | #include <sys/types.h> | ||
45 | #include <sys/select.h> | 46 | #include <sys/select.h> |
46 | #include <sys/time.h> | 47 | #include <sys/time.h> |
47 | #include <sys/types.h> | ||
48 | #include <unistd.h> | 48 | #include <unistd.h> |
49 | 49 | ||
50 | namespace FbTk { | 50 | namespace FbTk { |