diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-01-15 17:49:17 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-01-15 17:49:17 +0100 |
commit | b9d70dc84e488212328103438bdf4e369c7d27a1 (patch) | |
tree | 96afe1e6d460c3ba55b27a92c052800d9616df25 /sysdep | |
parent | b79f9215b99c7a54dbb2639c972dda497d141133 (diff) | |
download | bird-b9d70dc84e488212328103438bdf4e369c7d27a1.tar bird-b9d70dc84e488212328103438bdf4e369c7d27a1.zip |
Filters, second try. This time they have their own directory.
Diffstat (limited to 'sysdep')
-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 cb7bf3d..2eac89e 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -19,7 +19,7 @@ #include "nest/protocol.h" #include "nest/iface.h" #include "conf/conf.h" -#include "conf/filter.h" +#include "filter/filter.h" #include "unix.h" #include "krt.h" |