summaryrefslogtreecommitdiff
path: root/conf/conf.c
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-11-30 10:17:23 +0100
committerPavel Tvrdik <pawel.tvrdik@gmail.com>2016-11-30 11:57:35 +0100
commit1b7ddb0ea01aae0be6cb5f89259bad88b5066b1a (patch)
tree097bfb8407c7e5a526b4e12b1aabec1e6e931378 /conf/conf.c
parent4abe781c27abea5f8dd0e041106ea6511c210cb7 (diff)
conf/conf.c: Revert some includes removing
Diffstat (limited to 'conf/conf.c')
-rw-r--r--conf/conf.c3
1 files changed, 3 insertions, 0 deletions
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;