diff options
author | Maria Matejka <mq@ucw.cz> | 2022-05-30 16:20:35 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-30 16:20:35 +0200 |
commit | b3649ec77ee7101fe77845bb727cc8e8a7cd4b1c (patch) | |
tree | f43da6a92f03aa09cd78a9afa679a3ffb6248e3b /proto/bgp/bgp.h | |
parent | ba35b0f818cadc354aba3efe373f21939249c6ed (diff) | |
parent | ef6a903e6f44b467f9606018446095521ad01ef1 (diff) |
Merge commit 'ef6a903e6f44b467f9606018446095521ad01ef1' into haugesund
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 4a06eba2..0a4b14a8 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -14,7 +14,7 @@ #include <stdint.h> #include <setjmp.h> #include "nest/bird.h" -#include "nest/route.h" +#include "nest/rt.h" #include "nest/bfd.h" //#include "lib/lists.h" #include "lib/hash.h" |