summaryrefslogtreecommitdiff
path: root/sysdep
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2019-02-07 21:25:38 +0100
committerMaria Matejka <mq@ucw.cz>2019-02-20 22:30:54 +0100
commit8bdb05edb2b4e1d2989ed98d67992047ad69443c (patch)
tree1f5196afb9afe9df5757dbfd082478812813e807 /sysdep
parentc1e97169cd96ce39337e75cfdf6882b180341f09 (diff)
Filters: split the large filter.h file to smaller files.
This should be revised, there are still ugly things in the filter API.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c
index 921115b1..f9002d58 100644
--- a/sysdep/unix/main.c
+++ b/sysdep/unix/main.c
@@ -36,6 +36,7 @@
#include "nest/locks.h"
#include "conf/conf.h"
#include "filter/filter.h"
+#include "filter/f-util.h"
#include "unix.h"
#include "krt.h"