diff options
Diffstat (limited to 'xkb/ddxFakeBtn.c')
-rw-r--r-- | xkb/ddxFakeBtn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xkb/ddxFakeBtn.c b/xkb/ddxFakeBtn.c index 540b72292..73c8a2415 100644 --- a/xkb/ddxFakeBtn.c +++ b/xkb/ddxFakeBtn.c @@ -26,6 +26,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ /* $XFree86$ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <stdio.h> #define NEED_EVENTS 1 #include <X11/X.h> |