summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index a4c31681d..ac3100a3f 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -74,6 +74,10 @@ REQUIRE_OBJECT ( btext );
REQUIRE_OBJECT ( pc_kbd );
#endif
+#ifdef CONSOLE_SYSLOG
+REQUIRE_OBJECT ( syslog );
+#endif
+
/*
* Drag in all requested protocols
*