diff options
Diffstat (limited to 'mfb/mfbpolypnt.c')
-rw-r--r-- | mfb/mfbpolypnt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mfb/mfbpolypnt.c b/mfb/mfbpolypnt.c index e9cbbe36f..e5ac4c874 100644 --- a/mfb/mfbpolypnt.c +++ b/mfb/mfbpolypnt.c @@ -48,6 +48,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbpolypnt.c,v 1.4 2001/02/09 02:05:19 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xprotostr.h> #include "pixmapstr.h" |