summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c
index 5a49dbd..4b9ab61 100644
--- a/sysdep/unix/main.c
+++ b/sysdep/unix/main.c
@@ -22,6 +22,7 @@
#include "nest/protocol.h"
#include "nest/iface.h"
#include "nest/cli.h"
+#include "nest/locks.h"
#include "conf/conf.h"
#include "filter/filter.h"
@@ -334,6 +335,7 @@ main(int argc, char **argv)
debug("Initializing.\n");
resource_init();
+ olock_init();
io_init();
rt_init();
if_init();