aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-01-24 20:02:03 (GMT)
committermathias <mathias>2005-01-24 20:02:03 (GMT)
commit5e9814e0910318a022e979230140f86f97337aef (patch)
treed18986bee2032c305f1dd5637496b87f543a1a6d
parent4f889717d2eaaf9dfb54fc200fbf29fe02dca752 (diff)
downloadfluxbox-5e9814e0910318a022e979230140f86f97337aef.zip
fluxbox-5e9814e0910318a022e979230140f86f97337aef.tar.bz2
fix to solve compileproblems under freebsd4
-rw-r--r--src/FbTk/Timer.hh2
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
50namespace FbTk { 50namespace FbTk {