diff options
Diffstat (limited to 'ilbm/ilbmblt.c')
-rw-r--r-- | ilbm/ilbmblt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ilbm/ilbmblt.c b/ilbm/ilbmblt.c index 1f8434012..9b11567ca 100644 --- a/ilbm/ilbmblt.c +++ b/ilbm/ilbmblt.c @@ -36,6 +36,10 @@ Author: Keith Packard /* 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> |