summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c1
1 files changed, 1 insertions, 0 deletions
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));