summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rost.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rost.c b/src/rost.c
index 1d4929f..d47237d 100644
--- a/src/rost.c
+++ b/src/rost.c
@@ -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)