diff options
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h index 97adf6fb3..8cda1964b 100644 --- a/include/input.h +++ b/include/input.h @@ -47,6 +47,10 @@ SOFTWARE. ********************************************************/ /* $XFree86: xc/programs/Xserver/include/input.h,v 3.8 2003/04/27 21:31:04 herrb Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifndef INPUT_H #define INPUT_H |