pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f276b
)
there might be envs which need Xlib.h
author
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 16 Sep 2007 18:02:42 +0000
(20:02 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 16 Sep 2007 18:02:42 +0000
(20:02 +0200)
dwm.c
patch
|
blob
|
history
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>