diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-16 20:02:42 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-16 20:02:42 +0200 |
commit | 01022b95d65612462972bdd009896ba6fdd3063a (patch) | |
tree | ce9aed0ce25627a4b8c501d05c5d6522e6edabbc | |
parent | b2f276b0f9f15131b0f4a03b46c8bedefbc89eea (diff) |
there might be envs which need Xlib.h
-rw-r--r-- | dwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |