diff options
Diffstat (limited to 'mfb/mfbfillarc.c')
-rw-r--r-- | mfb/mfbfillarc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mfb/mfbfillarc.c b/mfb/mfbfillarc.c index 4e1e0623d..a5442896f 100644 --- a/mfb/mfbfillarc.c +++ b/mfb/mfbfillarc.c @@ -27,6 +27,10 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: mfbfillarc.c,v 1.4 2001/02/09 02:05:18 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xprotostr.h> #include "regionstr.h" |