diff --git a/plugin.c b/plugin.c index 3227b06..6ca4719 100644 --- a/plugin.c +++ b/plugin.c @@ -86,7 +86,7 @@ init(void) ((struct plugin){ \ .name = strdup(#plug_name), \ .type = (plug_type), \ - .lib = NULL, \ + .lib = RTLD_DEFAULT, \ })); \ } while (0)