diff options
| -rw-r--r-- | openbox/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/event.h b/openbox/event.h index 03174146..e88fd12d 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -1,6 +1,8 @@ #ifndef __events_h #define __events_h +#include <X11/Xlib.h> + /*! Time at which the last event with a timestamp occured. */ extern Time event_lasttime; |
