summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 20:25:34 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 20:25:34 +0000
commit0a69cfc6d2cf672634e95d5eb2015434dd924abc (patch)
treeef28312c548d2df4aa44b3e4cd29490427234767 /openbox/event.c
parentb10548f0ddf7ac9deb85372332686c6d8651a1f6 (diff)
add strict ansi compliance
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 68615fac..97e1412f 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -15,6 +15,9 @@
#include <X11/Xlib.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>
+#ifdef HAVE_SYS_SELECT_H
+# include <sys/select.h>
+#endif
static void event_process(XEvent *e);
static void event_handle_root(XEvent *e);