summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
authorhemagx <hemagx2@gmail.com>2016-02-17 15:29:36 +0200
committerHaru <haru@dotalux.com>2016-07-12 20:58:36 +0200
commit909b9d35ff9bdaaac784cf88f669eea0982fdd58 (patch)
treeab82dbcd0b448f20e3787cf2e5f34758327f7e1e /src/common/core.c
parent591e877c7f30d4c9d34b996f245b0ad0ee81c46d (diff)
downloadhercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.tar.gz
hercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.tar.bz2
hercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.tar.xz
hercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.zip
Interface mutex.c
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();