summaryrefslogtreecommitdiff
path: root/hw/dmx/config/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/config/parser.y')
-rw-r--r--hw/dmx/config/parser.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/config/parser.y b/hw/dmx/config/parser.y
index 6adcc8ec9..ac2441017 100644
--- a/hw/dmx/config/parser.y
+++ b/hw/dmx/config/parser.y
@@ -33,6 +33,10 @@
*/
%{
+#ifdef HAVE_DMX_CONFIG_H
+#include <dmx-config.h>
+#endif
+
#include "dmxparse.h"
#include <string.h>
#include <stdlib.h>