]> Dogcows Code - chaz/openbox/commitdiff
include Xlib.h for other platforms
authorDana Jansens <danakj@orodu.net>
Fri, 8 Aug 2003 15:09:10 +0000 (15:09 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 8 Aug 2003 15:09:10 +0000 (15:09 +0000)
render/render.h

index 6c99b43ced48e028be313a0c6bb955530a84099e..e90b6fe6d60278fe26a36e6ad1654213c8e2ffc1 100644 (file)
@@ -2,6 +2,7 @@
 #define __render_h
 
 #define _XFT_NO_COMPAT_ /* no Xft 1 API */
+#include <X11/Xlib.h> /* some platforms dont include this as needed for Xft */
 #include <X11/Xft/Xft.h>
 #include <X11/Xlib.h>
 #include <glib.h>
This page took 0.022035 seconds and 4 git commands to generate.