]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
add strict ansi compliance
[chaz/openbox] / openbox / event.c
index 68615facf7cc5258ccf8bcf71087f5f28ed7604a..97e1412f00e902ef634b4949f360f44d08db14ca 100644 (file)
@@ -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);
This page took 0.022562 seconds and 4 git commands to generate.