aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxbox-devel/files/patch-src::FbTk::Timer.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/fluxbox-devel/files/patch-src::FbTk::Timer.hh b/x11-wm/fluxbox-devel/files/patch-src::FbTk::Timer.hh
new file mode 100644
index 000000000000..26528f3b1758
--- /dev/null
+++ b/x11-wm/fluxbox-devel/files/patch-src::FbTk::Timer.hh
@@ -0,0 +1,13 @@
+--- src/FbTk/Timer.hh.orig Mon Jan 24 13:36:40 2005
++++ src/FbTk/Timer.hh Mon Jan 24 14:00:05 2005
+@@ -42,9 +42,9 @@
+ #include <inttypes.h>
+ #endif // HAVE_INTTYPES_H
+
++#include <sys/types.h>
+ #include <sys/select.h>
+ #include <sys/time.h>
+-#include <sys/types.h>
+ #include <unistd.h>
+
+ namespace FbTk {