diff options
author | David Robillard <d@drobilla.net> | 2010-10-16 01:18:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-16 01:18:03 +0000 |
commit | 4cbb122b66913bf6e51d725ee976fabf91dc79a0 (patch) | |
tree | 8d3fd60a4fc8c19bdfb8419d82f99a0f7a69dc7b /src/slv2_internal.h | |
parent | b344c5c8dc089e3ea73d5fce41e11ffc59e20516 (diff) | |
download | lilv-4cbb122b66913bf6e51d725ee976fabf91dc79a0.tar.gz lilv-4cbb122b66913bf6e51d725ee976fabf91dc79a0.tar.bz2 lilv-4cbb122b66913bf6e51d725ee976fabf91dc79a0.zip |
Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke this).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2628 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 3712cd8..8feafdd 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -29,7 +29,7 @@ extern "C" { #include <stddef.h> #include <stdlib.h> #include <inttypes.h> -#include <librdf.h> +#include <redland.h> #include "slv2/types.h" #include "slv2/lv2_ui.h" #ifdef SLV2_DYN_MANIFEST |