From 494ae3b6f629c251170163d89d803bceb2bc91e0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Jul 2007 18:20:03 +0000 Subject: Fix SLV2 config.h path stuff. git-svn-id: http://svn.drobilla.net/lad/slv2@656 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/lv2_jack_host.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/lv2_jack_host.c') 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 #include #include #include #include #include -#include "../config/slv2_config.h" #include "lv2-miditype.h" #include "lv2-midifunctions.h" #include "jack_compat.h" -- cgit v1.2.1