diff options
author | mathias <mathias> | 2005-01-24 20:02:03 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-24 20:02:03 (GMT) |
commit | 5e9814e0910318a022e979230140f86f97337aef (patch) | |
tree | d18986bee2032c305f1dd5637496b87f543a1a6d /src | |
parent | 4f889717d2eaaf9dfb54fc200fbf29fe02dca752 (diff) | |
download | fluxbox_pavel-5e9814e0910318a022e979230140f86f97337aef.zip fluxbox_pavel-5e9814e0910318a022e979230140f86f97337aef.tar.bz2 |
fix to solve compileproblems under freebsd4
Diffstat (limited to 'src')
-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 { |