From 909b9d35ff9bdaaac784cf88f669eea0982fdd58 Mon Sep 17 00:00:00 2001 From: hemagx Date: Wed, 17 Feb 2016 15:29:36 +0200 Subject: Interface mutex.c --- src/common/core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/core.c') 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(); -- cgit v1.2.3-60-g2f50