diff options
Diffstat (limited to 'hw/dmx/input/usb-keyboard.c')
-rw-r--r-- | hw/dmx/input/usb-keyboard.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/input/usb-keyboard.c b/hw/dmx/input/usb-keyboard.c index 518e18bb5..4b9439603 100644 --- a/hw/dmx/input/usb-keyboard.c +++ b/hw/dmx/input/usb-keyboard.c @@ -72,6 +72,10 @@ * under Linux. The keymap description is derived from code by Thomas * Roell, Orest Zborowski. */ +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> +#endif + #include "atKeynames.h" #include "usb-private.h" |