diff options
Diffstat (limited to 'mfb/mfbzerarc.c')
-rw-r--r-- | mfb/mfbzerarc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mfb/mfbzerarc.c b/mfb/mfbzerarc.c index 54d61bad1..92fd81dfb 100644 --- a/mfb/mfbzerarc.c +++ b/mfb/mfbzerarc.c @@ -33,6 +33,10 @@ in this Software without prior written authorization from The Open Group. * The Computer Journal, November 1967, Volume 10, Number 3, pp. 282-289 */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xprotostr.h> #include "regionstr.h" |