diff options
author | Maria Matejka <mq@ucw.cz> | 2019-02-08 13:38:12 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-02-20 22:30:54 +0100 |
commit | 4f082dfa892e95f86ca8137410992a248110b6ef (patch) | |
tree | e5dbd45a36579f82da8de060d137980f4e2a651b /nest/rt-table.c | |
parent | 0a793ebc6059f4354c62ccec62ef7c950988ca4a (diff) |
Filter: merged filter instruction constructors, counting line size on instruction construct
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index d72a8695..6c8e662e 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -39,7 +39,7 @@ #include "lib/string.h" #include "conf/conf.h" #include "filter/filter.h" -#include "filter/f-util.h" +#include "filter/data.h" #include "lib/hash.h" #include "lib/string.h" #include "lib/alloca.h" |