summaryrefslogtreecommitdiffstats
path: root/hosts/lv2_simple_jack_host.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-08 17:55:37 +0000
committerDavid Robillard <d@drobilla.net>2007-04-08 17:55:37 +0000
commit0855210596f5a5499c7bdcd7b8084317b1ea6c7a (patch)
tree3d4e698864d345e6331172d3e9fdecdf4dd886cf /hosts/lv2_simple_jack_host.c
parent224d4e5098a19c957966cebb10b605e64bbe4c12 (diff)
downloadlilv-0855210596f5a5499c7bdcd7b8084317b1ea6c7a.tar.gz
lilv-0855210596f5a5499c7bdcd7b8084317b1ea6c7a.tar.bz2
lilv-0855210596f5a5499c7bdcd7b8084317b1ea6c7a.zip
More Jack MIDI API compatibility jacks.
git-svn-id: http://svn.drobilla.net/lad/slv2@421 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts/lv2_simple_jack_host.c')
-rw-r--r--hosts/lv2_simple_jack_host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c
index 3e808c2..af18bbf 100644
--- a/hosts/lv2_simple_jack_host.c
+++ b/hosts/lv2_simple_jack_host.c
@@ -21,6 +21,7 @@
#include <string.h>
#include <slv2/slv2.h>
#include <jack/jack.h>
+#include "jack_compat.h"
/** This program's data */