summaryrefslogtreecommitdiff
path: root/mfb/mfbfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'mfb/mfbfont.c')
-rw-r--r--mfb/mfbfont.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mfb/mfbfont.c b/mfb/mfbfont.c
index e4ec62cbc..3798cd22b 100644
--- a/mfb/mfbfont.c
+++ b/mfb/mfbfont.c
@@ -45,11 +45,15 @@ SOFTWARE.
*/
/* $Xorg: mfbfont.c,v 1.4 2001/02/09 02:05:18 xorgcvs Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <X11/X.h>
#include <X11/Xmd.h>
#include <X11/Xproto.h>
#include "mfb.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "dixfontstr.h"
#include "scrnintstr.h"