From 1b7ddb0ea01aae0be6cb5f89259bad88b5066b1a Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Wed, 30 Nov 2016 10:17:23 +0100 Subject: [PATCH] conf/conf.c: Revert some includes removing --- conf/conf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/conf.c b/conf/conf.c index 3ae85cb2..a2837886 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -49,9 +49,12 @@ #include "nest/route.h" #include "nest/protocol.h" #include "nest/iface.h" +#include "lib/resource.h" +#include "lib/string.h" #include "lib/event.h" #include "sysdep/unix/timer.h" #include "conf/conf.h" +#include "filter/filter.h" static jmp_buf conf_jmpbuf;