diff options
Diffstat (limited to 'mfb/fastblt.h')
-rw-r--r-- | mfb/fastblt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mfb/fastblt.h b/mfb/fastblt.h index f25541f55..08846a41f 100644 --- a/mfb/fastblt.h +++ b/mfb/fastblt.h @@ -47,6 +47,10 @@ from The Open Group. #define SwitchEven(n) case n: BodyEven(n) /* to allow mfb and cfb to share code... */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifndef BitRight #define BitRight(a,b) SCRRIGHT(a,b) #define BitLeft(a,b) SCRLEFT(a,b) |