]> Dogcows Code - chaz/openbox/blobdiff - render/render.c
build fixes
[chaz/openbox] / render / render.c
index d34ddccb1df921cb2704ee7e297a0772e031749a..ecb07ada2b6ab200c27eed69ddaafc9541790e87 100644 (file)
@@ -18,9 +18,6 @@
    See the COPYING file for a copy of the GNU General Public License.
 */
 
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-
 #include "render.h"
 #include "gradient.h"
 #include "font.h"
@@ -30,6 +27,9 @@
 #include "theme.h"
 
 #include <glib.h>
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
+#include <X11/Xft/Xft.h>
 
 #ifdef HAVE_STDLIB_H
 #  include <stdlib.h>
This page took 0.019689 seconds and 4 git commands to generate.