From 933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jun 2009 23:09:09 +0000 Subject: Remove lv2_dyn_manifest.h from slv2 source tree. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2121 a436a847-0d15-0410-975c-d299462d15a1 --- src/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugin.c') diff --git a/src/plugin.c b/src/plugin.c index c384801..e6718ee 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -222,6 +222,7 @@ slv2_plugin_load(SLV2Plugin p) } #ifdef SLV2_DYN_MANIFEST + typedef void* LV2_Dyn_Manifest_Handle; // Load and parse dynamic manifest data, if this is a library if (p->dynman_uri) { const char* lib_path = slv2_uri_to_path(slv2_value_as_string(p->dynman_uri)); -- cgit v1.2.1