all repos — dwm @ 01022b95d65612462972bdd009896ba6fdd3063a

my dwm build

there might be envs which need Xlib.h
Anselm R. Garbe garbeam@gmail.com
Sun, 16 Sep 2007 20:02:42 +0200
commit

01022b95d65612462972bdd009896ba6fdd3063a

parent

b2f276b0f9f15131b0f4a03b46c8bedefbc89eea

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M dwm.cdwm.c

@@ -41,6 +41,7 @@ #include <sys/wait.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>