aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-03-27 12:38:35 -0300
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-03-27 12:38:35 -0300
commita43fadeeb0710a17f22744ae50ca6cd0c5b305da (patch)
tree6404cbc6eb66bd66f13759532ece7da706eab046 /dwm.c
parent9a307e8b3a47544dbc4e8e17bf492838288ec0ab (diff)
Added custom config.h, fixed some warnings
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 1d78655..c9be96b 100644
--- a/dwm.c
+++ b/dwm.c
@@ -32,6 +32,7 @@
#include <sys/wait.h>
#include <X11/cursorfont.h>
#include <X11/keysym.h>
+#include <X11/XF86keysym.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/Xproto.h>