diff options
Diffstat (limited to 'cfb/cfbpolypnt.c')
-rw-r--r-- | cfb/cfbpolypnt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cfb/cfbpolypnt.c b/cfb/cfbpolypnt.c index 607fc1b3c..59ef0cf89 100644 --- a/cfb/cfbpolypnt.c +++ b/cfb/cfbpolypnt.c @@ -27,6 +27,10 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: cfbpolypnt.c,v 1.4 2001/02/09 02:04:38 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include "gcstruct.h" #include "windowstr.h" |