there might be envs which need Xlib.h
authorAnselm R. Garbe <garbeam@gmail.com>
Sun, 16 Sep 2007 20:02:42 +0200
changeset 1000 55e4d698f53a
parent 999 d036b2f17567
child 1001 2477f818215c
there might be envs which need Xlib.h
dwm.c
--- a/dwm.c	Sun Sep 16 13:42:37 2007 +0200
+++ b/dwm.c	Sun Sep 16 20:02:42 2007 +0200
@@ -41,6 +41,7 @@
 #include <X11/cursorfont.h>
 #include <X11/keysym.h>
 #include <X11/Xatom.h>
+#include <X11/Xlib.h>
 #include <X11/Xproto.h>
 #include <X11/Xutil.h>