summaryrefslogtreecommitdiff
path: root/hw/xfree86/xf4bpp/xf4bpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/xf4bpp/xf4bpp.h')
-rw-r--r--hw/xfree86/xf4bpp/xf4bpp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/xfree86/xf4bpp/xf4bpp.h b/hw/xfree86/xf4bpp/xf4bpp.h
index 976f27e32..8d6ccb644 100644
--- a/hw/xfree86/xf4bpp/xf4bpp.h
+++ b/hw/xfree86/xf4bpp/xf4bpp.h
@@ -1,6 +1,10 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h,v 1.9 2003/11/03 05:11:57 tsi Exp $ */
+#ifdef HAVE_XORG_CONFIG_H
+#include <xorg-config.h>
+#endif
+
#ifndef __XF4BPP_H__
#define __XF4BPP_H__
@@ -8,7 +12,7 @@
#include "windowstr.h"
#include "gcstruct.h"
#include "colormapst.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#ifndef PixelType
#define PixelType CARD32
#endif