diff options
Diffstat (limited to 'hw/dmx/input/lnx-ps2.c')
-rw-r--r-- | hw/dmx/input/lnx-ps2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/input/lnx-ps2.c b/hw/dmx/input/lnx-ps2.c index c83b1ecb7..0c5b870aa 100644 --- a/hw/dmx/input/lnx-ps2.c +++ b/hw/dmx/input/lnx-ps2.c @@ -66,6 +66,10 @@ * The code is derived from code by Keith Packard (see the source code * for complete references). */ +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> +#endif + #include "inputstr.h" #include <X11/Xos.h> #include <errno.h> |