about summary refs log tree commit diff stats
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)
downloaddwm-01022b95d65612462972bdd009896ba6fdd3063a.tar.gz
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>
 
124' href='#n124'>124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162