summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-08 18:38:25 +0000
committerDavid Robillard <d@drobilla.net>2007-04-08 18:38:25 +0000
commit267776836be100ffc27fe2760f1605dfa485e208 (patch)
tree7a35e89e444adc59c24e8844d4dccfcaa27e39d2 /hosts
parent274936c394d45abeaba05fc0c5bd1e19250492e2 (diff)
downloadlilv-267776836be100ffc27fe2760f1605dfa485e208.tar.gz
lilv-267776836be100ffc27fe2760f1605dfa485e208.tar.bz2
lilv-267776836be100ffc27fe2760f1605dfa485e208.zip
You guessed it, more Jack MIDI API filthy broken constantly breaking API pain in the ass hacks.
git-svn-id: http://svn.drobilla.net/lad/slv2@423 a436a847-0d15-0410-975c-d299462d15a1
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"