diff options
author | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
commit | 6e553cd02e3d708761e40b2710b2cc5f2edde974 (patch) | |
tree | f38656cadd34a01a7671ade799cce45d9baad1a2 /src/slv2_internal.h | |
parent | 36d1f6988cdb89b072408b13d0f2178d6fa72c1d (diff) | |
download | lilv-6e553cd02e3d708761e40b2710b2cc5f2edde974.tar.gz lilv-6e553cd02e3d708761e40b2710b2cc5f2edde974.tar.bz2 lilv-6e553cd02e3d708761e40b2710b2cc5f2edde974.zip |
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
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stddef.h> #include <inttypes.h> #include <librdf.h> -#include <slv2/types.h> -#include <slv2/lv2_ui.h> +#include "slv2/types.h" +#include "slv2/lv2_ui.h" |