summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-30 18:20:03 +0000
committerDavid Robillard <d@drobilla.net>2007-07-30 18:20:03 +0000
commit494ae3b6f629c251170163d89d803bceb2bc91e0 (patch)
treef5c01570c4c5857c2b1067ff3c7904104e6180c8 /hosts
parentadd7dd9f6b1bc17519d7c64282a7f2295735951c (diff)
downloadlilv-494ae3b6f629c251170163d89d803bceb2bc91e0.tar.gz
lilv-494ae3b6f629c251170163d89d803bceb2bc91e0.tar.bz2
lilv-494ae3b6f629c251170163d89d803bceb2bc91e0.zip
Fix SLV2 config.h path stuff.
git-svn-id: http://svn.drobilla.net/lad/slv2@656 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lv2_jack_host.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index c7992cb..c185e87 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -16,13 +16,14 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include CONFIG_H_PATH
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <slv2/slv2.h>
#include <jack/jack.h>
#include <jack/midiport.h>
-#include "../config/slv2_config.h"
#include "lv2-miditype.h"
#include "lv2-midifunctions.h"
#include "jack_compat.h"