From 6e553cd02e3d708761e40b2710b2cc5f2edde974 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Oct 2008 16:58:12 +0000 Subject: Build against local library versions no matter what.... hopefully.... git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1677 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 87c1d53..40ddbac 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -27,8 +27,8 @@ extern "C" { #include #include #include -#include -#include +#include "slv2/types.h" +#include "slv2/lv2_ui.h" -- cgit v1.2.1