aboutsummaryrefslogtreecommitdiffstats
path: root/nest/cmds.c
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 /nest/cmds.c
parentc1e97169cd96ce39337e75cfdf6882b180341f09 (diff)
downloadbird-8bdb05edb2b4e1d2989ed98d67992047ad69443c.tar.gz
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 'nest/cmds.c')
-rw-r--r--nest/cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/cmds.c b/nest/cmds.c
index 6daafcb3..40d397cc 100644
--- a/nest/cmds.c
+++ b/nest/cmds.c
@@ -15,6 +15,7 @@
#include "lib/string.h"
#include "lib/resource.h"
#include "filter/filter.h"
+#include "filter/f-util.h"
extern int shutting_down;
extern int configuring;