diff options
Diffstat (limited to 'ilbm/ilbmcmap.c')
-rw-r--r-- | ilbm/ilbmcmap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ilbm/ilbmcmap.c b/ilbm/ilbmcmap.c index 37bfcfd48..e485fb6fe 100644 --- a/ilbm/ilbmcmap.c +++ b/ilbm/ilbmcmap.c @@ -32,6 +32,10 @@ THE USE OR PERFORMANCE OF THIS 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/Xproto.h> #include "scrnintstr.h" |