summaryrefslogtreecommitdiff
path: root/afb/afbfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'afb/afbfont.c')
-rw-r--r--afb/afbfont.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/afb/afbfont.c b/afb/afbfont.c
index 8b1c95783..bf77825f1 100644
--- a/afb/afbfont.c
+++ b/afb/afbfont.c
@@ -48,11 +48,15 @@ SOFTWARE.
*/
/* $XConsortium: afbfont.c,v 1.18 94/04/17 20:28:22 keith Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <X11/X.h>
#include <X11/Xmd.h>
#include <X11/Xproto.h>
#include "afb.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "dixfontstr.h"
#include "scrnintstr.h"