diff options
Diffstat (limited to 'cfb/cfbrrop.c')
-rw-r--r-- | cfb/cfbrrop.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cfb/cfbrrop.c b/cfb/cfbrrop.c index 909d03a9b..77487bc6a 100644 --- a/cfb/cfbrrop.c +++ b/cfb/cfbrrop.c @@ -29,6 +29,10 @@ in this Software without prior written authorization from The Open Group. /* cfb reduced rasterop computations */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xmd.h> #include <X11/Xproto.h> |