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 /test/slv2_test.c | |
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 'test/slv2_test.c')
-rw-r--r-- | test/slv2_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/slv2_test.c b/test/slv2_test.c index 41b00ff..1595c9e 100644 --- a/test/slv2_test.c +++ b/test/slv2_test.c @@ -24,7 +24,7 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> -#include <librdf.h> +#include <redland.h> #include <sys/stat.h> #include <limits.h> #include <float.h> |