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 /sysdep/unix | |
parent | 0a793ebc6059f4354c62ccec62ef7c950988ca4a (diff) |
Filter: merged filter instruction constructors, counting line size on instruction construct
Diffstat (limited to 'sysdep/unix')
-rw-r--r-- | sysdep/unix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index f9002d58..0fdd5b34 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -36,7 +36,7 @@ #include "nest/locks.h" #include "conf/conf.h" #include "filter/filter.h" -#include "filter/f-util.h" +#include "filter/data.h" #include "unix.h" #include "krt.h" |