diff --git a/src/module.c b/src/module.c index 6bef0cf..b9b5911 100644 --- a/src/module.c +++ b/src/module.c @@ -8,7 +8,7 @@ void *platform_get_symbol(void *handle, const char *symbol); typedef void (*stk_module_func)(void); -static char **stk_module_ids = NULL; +char **stk_module_ids = NULL; static void **stk_handles = NULL; static stk_module_func *stk_inits = NULL; static stk_module_func *stk_shutdowns = NULL;