summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lv2_jack_host.c2
-rw-r--r--hosts/lv2_simple_jack_host.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index 9cc31d9..415d488 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -21,6 +21,8 @@
#include <string.h>
#include <slv2/slv2.h>
#include <jack/jack.h>
+
+#include "../config.h"
#include "jack_compat.h"
#define WITH_MIDI 1
diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c
index af18bbf..61a118d 100644
--- a/hosts/lv2_simple_jack_host.c
+++ b/hosts/lv2_simple_jack_host.c
@@ -21,6 +21,8 @@
#include <string.h>
#include <slv2/slv2.h>
#include <jack/jack.h>
+
+#include "../config.h"
#include "jack_compat.h"