dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 01022b95d65612462972bdd009896ba6fdd3063a
parent b2f276b0f9f15131b0f4a03b46c8bedefbc89eea
Author: Anselm R. Garbe <garbeam@gmail.com>
Date:   Sun, 16 Sep 2007 20:02:42 +0200

there might be envs which need Xlib.h
Diffstat:
Mdwm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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>