include Xutil for shape.h on old X versions

This commit is contained in:
Dana Jansens 2003-08-12 17:40:05 +00:00
parent b1d44ac43b
commit 35181125f1

View file

@ -4,6 +4,7 @@
#include "geom.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h> /* shape.h uses Region which is in here */
#ifdef XKB
#include <X11/XKBlib.h>
#endif