there might be envs which need Xlib.h 01022b95
Anselm R. Garbe · 2007-09-16 20:02 1 file(s) · +1 −0
dwm.c +1 −0
41 41
#include <X11/cursorfont.h>
42 42
#include <X11/keysym.h>
43 43
#include <X11/Xatom.h>
44 +
#include <X11/Xlib.h>
44 45
#include <X11/Xproto.h>
45 46
#include <X11/Xutil.h>
46 47