Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
b2f276b
)
there might be envs which need Xlib.h
author
Anselm R. Garbe <
[email protected]
>
Sun, 16 Sep 2007 18:02:42 +0000
(20:02 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Sun, 16 Sep 2007 18:02:42 +0000
(20:02 +0200)
dwm.c
diff
|
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/cursorfont.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>
+#include <X11/Xlib.h>
#include <X11/Xproto.h>
#include <X11/Xutil.h>
#include <X11/Xproto.h>
#include <X11/Xutil.h>