diff options
Diffstat (limited to 'hw/kdrive/linux/ps2.c')
-rw-r--r-- | hw/kdrive/linux/ps2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/linux/ps2.c b/hw/kdrive/linux/ps2.c index 343b0dfa1..0fb76a6de 100644 --- a/hw/kdrive/linux/ps2.c +++ b/hw/kdrive/linux/ps2.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> |