summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-24 03:00:19 +0000
committerDavid Robillard <d@drobilla.net>2007-07-24 03:00:19 +0000
commit32266d48f08a2a15209afb2a873afcfdd77b4ee0 (patch)
treed2d037c00e099830e79b0f74c8f940b64da0609d /hosts
parent55daba730c919ca035f4de1e2eebea26d6c22ebc (diff)
downloadlilv-32266d48f08a2a15209afb2a873afcfdd77b4ee0.tar.gz
lilv-32266d48f08a2a15209afb2a873afcfdd77b4ee0.tar.bz2
lilv-32266d48f08a2a15209afb2a873afcfdd77b4ee0.zip
Move as much generated autohell crap to config/ as possible.
git-svn-id: http://svn.drobilla.net/lad/slv2@609 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lv2_jack_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index 7c8ef60..96d3e08 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -22,7 +22,7 @@
#include <slv2/slv2.h>
#include <jack/jack.h>
#include <jack/midiport.h>
-#include "../config.h"
+#include "../config/config.h"
#include "lv2-miditype.h"
#include "lv2-midifunctions.h"
#include "jack_compat.h"