diff options
Diffstat (limited to 'hw/xfree86/dixmods/xf86XTrapModule.c')
-rw-r--r-- | hw/xfree86/dixmods/xf86XTrapModule.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/dixmods/xf86XTrapModule.c b/hw/xfree86/dixmods/xf86XTrapModule.c index f6e37b54e..1783d577a 100644 --- a/hw/xfree86/dixmods/xf86XTrapModule.c +++ b/hw/xfree86/dixmods/xf86XTrapModule.c @@ -2,6 +2,10 @@ /* This is the xf86 module code for the DEC_XTRAP extension. */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "xf86Module.h" #include <X11/extensions/xtrapdi.h> |