diff options
Diffstat (limited to 'ilbm/ilbmfont.c')
-rw-r--r-- | ilbm/ilbmfont.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ilbm/ilbmfont.c b/ilbm/ilbmfont.c index c39f0785d..84ef8e5d1 100644 --- a/ilbm/ilbmfont.c +++ b/ilbm/ilbmfont.c @@ -51,11 +51,15 @@ SOFTWARE. /* Modified jun 95 by Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) to use interleaved bitplanes instead of normal bitplanes */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xmd.h> #include <X11/Xproto.h> #include "ilbm.h" -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> #include "dixfontstr.h" #include "scrnintstr.h" |