diff options
Diffstat (limited to 'cfb/cfb8bit.h')
-rw-r--r-- | cfb/cfb8bit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cfb/cfb8bit.h b/cfb/cfb8bit.h index 2bfdace35..767549af7 100644 --- a/cfb/cfb8bit.h +++ b/cfb/cfb8bit.h @@ -36,6 +36,10 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: cfb8bit.h,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "servermd.h" #if (BITMAP_BIT_ORDER == MSBFirst) |