add glib.h include

This commit is contained in:
Dana Jansens 2003-09-21 20:17:58 +00:00
parent b07194a7ae
commit 1ad1e91e88

View file

@ -20,6 +20,7 @@
#define __events_h #define __events_h
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <glib.h>
/*! Time at which the last event with a timestamp occured. */ /*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime; extern Time event_lasttime;