diff options
author | David Robillard <d@drobilla.net> | 2007-02-18 21:12:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-18 21:12:59 +0000 |
commit | ec3e2125f960aa3de9da474d175bab353745748b (patch) | |
tree | 64d5f7e53cc47cca38bf41b6d1f69bc62dafac7f /slv2/plugin.h | |
parent | f340d22e82760166d24a037d8466501217b06a3e (diff) | |
download | lilv-ec3e2125f960aa3de9da474d175bab353745748b.tar.gz lilv-ec3e2125f960aa3de9da474d175bab353745748b.tar.bz2 lilv-ec3e2125f960aa3de9da474d175bab353745748b.zip |
Fixed index types of Strings and Plugins for consistency.
git-svn-id: http://svn.drobilla.net/lad/slv2@315 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r-- | slv2/plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index 05bba75..27fa982 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -26,7 +26,8 @@ extern "C" { #include <stdint.h> #include <stddef.h> #include <stdbool.h> -#include "types.h" +#include <slv2/types.h> +#include <slv2/stringlist.h> typedef const struct _Plugin SLV2Plugin; |