diff options
Diffstat (limited to 'hw/dmx/dmxcursor.c')
-rw-r--r-- | hw/dmx/dmxcursor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/dmxcursor.c b/hw/dmx/dmxcursor.c index 77ec995b9..a49fc9f43 100644 --- a/hw/dmx/dmxcursor.c +++ b/hw/dmx/dmxcursor.c @@ -73,6 +73,10 @@ * maintainability for efficiency does not seem justified in this case. */ +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> +#endif + #define DMX_CURSOR_DEBUG 0 #include "dmx.h" |