Commit 01022b9

Anselm R. Garbe <garbeam@gmail.com>
2007-09-16 14:02:42
there might be envs which need Xlib.h
1 parent b2f276b
Changed files (1)
dwm.c
@@ -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>