about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-05-15 17:11:27 -0500
committerMarco Peereboom <marco@conformal.com>2012-05-15 17:11:27 -0500
commitc5b8795f9e3202205974fd18a3846ae0ebbf708a (patch)
tree9c5135d418a989dcf4bb2a9f077fe6f0bf40d9e9 /xxxterm.h
parent89cc1b6aef8d36723e63ea9acad52bb85f468258 (diff)
downloadxombrero-c5b8795f9e3202205974fd18a3846ae0ebbf708a.tar.gz
add gdk_flush per doco and call XInitThreads per some posting on the net
Diffstat (limited to 'xxxterm.h')
-rw-r--r--xxxterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xxxterm.h b/xxxterm.h
index d04bc79..f52553c 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -59,6 +59,7 @@ uint32_t	arc4random_uniform(uint32_t);
 #include <sys/time.h>
 #include <sys/un.h>
 
+#include <X11/Xlib.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>