summaryrefslogtreecommitdiff
path: root/miext/rootless/accel/rlGlyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'miext/rootless/accel/rlGlyph.c')
-rw-r--r--miext/rootless/accel/rlGlyph.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/miext/rootless/accel/rlGlyph.c b/miext/rootless/accel/rlGlyph.c
index 775032ed4..3f1571963 100644
--- a/miext/rootless/accel/rlGlyph.c
+++ b/miext/rootless/accel/rlGlyph.c
@@ -24,8 +24,12 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbglyph.c,v 1.12 2001/09/07 15:16:00 keithp Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include "fb.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "dixfontstr.h"
#include "rlAccel.h"