include Xutil for shape.h on old X versions
authorDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 17:40:05 +0000 (17:40 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 17:40:05 +0000 (17:40 +0000)
openbox/extensions.h

index 51dafd9..e7791e9 100644 (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