diff options
Diffstat (limited to 'hw/dmx/dmxsync.c')
-rw-r--r-- | hw/dmx/dmxsync.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/dmxsync.c b/hw/dmx/dmxsync.c index f304b5abc..02e244697 100644 --- a/hw/dmx/dmxsync.c +++ b/hw/dmx/dmxsync.c @@ -47,6 +47,10 @@ * times faster, with 68 more than 50X faster, 114 more than 10X faster, * and 181 more than 2X faster. */ +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> +#endif + #include "dmx.h" #include "dmxsync.h" #include "dmxstat.h" |