diff options
Diffstat (limited to 'hw/dmx/input/lnx-keyboard.c')
-rw-r--r-- | hw/dmx/input/lnx-keyboard.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/input/lnx-keyboard.c b/hw/dmx/input/lnx-keyboard.c index c162aa952..97cc3077e 100644 --- a/hw/dmx/input/lnx-keyboard.c +++ b/hw/dmx/input/lnx-keyboard.c @@ -123,6 +123,10 @@ * Zborowski, and David Dawes (see the source code for complete * references). */ +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> +#endif + /*****************************************************************************/ /* Define some macros to make it easier to move this file to another * part of the Xserver tree. All calls to the dmx* layer are #defined |