diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-31 19:09:38 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-04 15:37:41 +0200 |
commit | ef6a903e6f44b467f9606018446095521ad01ef1 (patch) | |
tree | e255b556324da5da263695b77373b49f3fce6896 /conf/confbase.Y | |
parent | 0e1e632f70b74cf111f08175ab3634db2f962579 (diff) |
Splitting route data structures out to lib
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 753df325..3fdacb12 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -18,7 +18,7 @@ CF_HDR #include "lib/string.h" #include "nest/protocol.h" #include "nest/iface.h" -#include "nest/route.h" +#include "nest/rt.h" #include "nest/bfd.h" #include "nest/cli.h" #include "filter/filter.h" |