diff options
Diffstat (limited to 'ilbm/ilbmline.c')
-rw-r--r-- | ilbm/ilbmline.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ilbm/ilbmline.c b/ilbm/ilbmline.c index 5bf832a76..aa13fc114 100644 --- a/ilbm/ilbmline.c +++ b/ilbm/ilbmline.c @@ -51,6 +51,10 @@ 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 "gcstruct.h" |