summaryrefslogtreecommitdiffstats
path: root/hosts/lv2_jack_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/lv2_jack_host.c')
-rw-r--r--hosts/lv2_jack_host.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index 415d488..93a17e1 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -21,9 +21,7 @@
#include <string.h>
#include <slv2/slv2.h>
#include <jack/jack.h>
-
#include "../config.h"
-#include "jack_compat.h"
#define WITH_MIDI 1
#define MIDI_BUFFER_SIZE 1024
@@ -32,6 +30,7 @@
#include <jack/midiport.h>
#include "lv2-miditype.h"
#include "lv2-midifunctions.h"
+#include "jack_compat.h"
#endif // WITH_MIDI
struct Port {