diff options
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c index 1844666..35d006f 100644 --- a/src/world.c +++ b/src/world.c @@ -207,6 +207,7 @@ slv2_world_load_bundle(SLV2World world, SLV2Value bundle_uri) manifest_model); #ifdef SLV2_DYN_MANIFEST + typedef void* LV2_Dyn_Manifest_Handle; LV2_Dyn_Manifest_Handle handle = NULL; const unsigned char* const query_str = (const unsigned char* const) |