diff options
Diffstat (limited to 'cfb/cfbbresd.c')
-rw-r--r-- | cfb/cfbbresd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cfb/cfbbresd.c b/cfb/cfbbresd.c index 44c8e0c8e..ada5034d5 100644 --- a/cfb/cfbbresd.c +++ b/cfb/cfbbresd.c @@ -46,6 +46,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: cfbbresd.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/misc.h> #include "cfb.h" |