JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
there might be envs which need Xlib.h
authorAnselm R. Garbe <garbeam@gmail.com>
Sun, 16 Sep 2007 18:02:42 +0000 (20:02 +0200)
committerAnselm R. Garbe <garbeam@gmail.com>
Sun, 16 Sep 2007 18:02:42 +0000 (20:02 +0200)
dwm.c

diff --git a/dwm.c b/dwm.c
index 0428ba1..2602ed2 100644 (file)
--- a/dwm.c
+++ b/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>