diff options
Diffstat (limited to 'afb/afbgc.c')
-rw-r--r-- | afb/afbgc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/afb/afbgc.c b/afb/afbgc.c index cfd9abdc9..e9f4c52b7 100644 --- a/afb/afbgc.c +++ b/afb/afbgc.c @@ -48,12 +48,16 @@ SOFTWARE. ******************************************************************/ /* $XConsortium: afbgc.c,v 5.35 94/04/17 20:28:23 dpw 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 "dixfontstr.h" -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> #include "gcstruct.h" #include "windowstr.h" #include "pixmapstr.h" |