summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/core.c b/src/common/core.c
index 19f2ef0c7..314bdf947 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -41,6 +41,7 @@
# include "common/conf.h"
# include "common/ers.h"
# include "common/md5calc.h"
+# include "common/mutex.h"
# include "common/socket.h"
# include "common/sql.h"
# include "common/thread.h"
@@ -257,6 +258,7 @@ void core_defaults(void) {
cmdline_defaults();
des_defaults();
#ifndef MINICORE
+ mutex_defaults();
libconfig_defaults();
sql_defaults();
timer_defaults();