diff options
Diffstat (limited to 'Xext/mbuf.c')
-rw-r--r-- | Xext/mbuf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/mbuf.c b/Xext/mbuf.c index be520b0f8..51cc91a27 100644 --- a/Xext/mbuf.c +++ b/Xext/mbuf.c @@ -28,6 +28,10 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: mbuf.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 <X11/X.h> #include <X11/Xproto.h> #include "window.h" |