aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-16 20:02:42 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-16 20:02:42 +0200
commit01022b95d65612462972bdd009896ba6fdd3063a (patch)
treece9aed0ce25627a4b8c501d05c5d6522e6edabbc
parentb2f276b0f9f15131b0f4a03b46c8bedefbc89eea (diff)
there might be envs which need Xlib.h
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 0428ba1..2602ed2 100644
--- 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>