aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Timer.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-05-06 19:19:31 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-05-06 19:19:31 (GMT)
commit615e9cec3223d7f4661d2b2140661839929cef5d (patch)
tree0e22ad85dc10803281fc5403c09570967e2eaea9 /src/FbTk/Timer.hh
parent5be5edc1e5760672f11517b8b4c447346157c175 (diff)
downloadfluxbox-615e9cec3223d7f4661d2b2140661839929cef5d.zip
fluxbox-615e9cec3223d7f4661d2b2140661839929cef5d.tar.bz2
compile fix: FD_ZERO (sys/select.h) on solaris wants to use memset(); closes #2997117
Diffstat (limited to 'src/FbTk/Timer.hh')
-rw-r--r--src/FbTk/Timer.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh
index 4893fdb..6be269b 100644
--- a/src/FbTk/Timer.hh
+++ b/src/FbTk/Timer.hh
@@ -45,7 +45,6 @@
45#endif // HAVE_INTTYPES_H 45#endif // HAVE_INTTYPES_H
46 46
47#include <sys/types.h> 47#include <sys/types.h>
48#include <sys/select.h>
49#include <sys/time.h> 48#include <sys/time.h>
50#include <unistd.h> 49#include <unistd.h>
51 50