diff options
Diffstat (limited to 'Xext/mbufpx.c')
-rw-r--r-- | Xext/mbufpx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/mbufpx.c b/Xext/mbufpx.c index 1a96d0097..297614e43 100644 --- a/Xext/mbufpx.c +++ b/Xext/mbufpx.c @@ -28,6 +28,10 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: mbufpx.c,v 1.4 2001/02/09 02:04:32 xorgcvs Exp $ */ #define NEED_REPLIES #define NEED_EVENTS +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <stdio.h> #include <X11/X.h> #include <X11/Xproto.h> |