diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rost.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,7 @@ #include "core/global.h" #include "core/logs.h" #include "core/paths.h" +#include "plugins/pglist.h" @@ -369,6 +370,8 @@ int main(int argc, char **argv) if (!load_all_core_components(true)) goto done; + init_all_plugins(true); + /* Traitement des recherches */ if ((optind + 0) == argc) |