projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
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 0428ba1625b7dab7b86eff2824bf30b07a25d49c..2602ed29ede3226a3ce72c313ee3e2af772cffdb 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>