diff options
Diffstat (limited to 'hw/dmx/input/dmxsigio.c')
-rw-r--r-- | hw/dmx/input/dmxsigio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/input/dmxsigio.c b/hw/dmx/input/dmxsigio.c index eb57c6e32..840b56641 100644 --- a/hw/dmx/input/dmxsigio.c +++ b/hw/dmx/input/dmxsigio.c @@ -36,6 +36,10 @@ * * Provides an interface for handling SIGIO signals for input devices. */ +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> +#endif + #include "inputstr.h" #include "dmxinputinit.h" #include "dmxsigio.h" |