diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-11-04 08:47:46 +0000 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-07 06:47:51 -0500 | 
| commit | 6de9f7fbf582cf9ea10803437ce7ec845c43d67a (patch) | |
| tree | c630c052f068734a4852e074e181ba16d4493bb5 /ripd | |
| parent | 42ddcf71e58300c7b594ac3964977625355cb24c (diff) | |
*: Move distance related defines into their own header
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd')
| -rw-r--r-- | ripd/rip_peer.c | 1 | ||||
| -rw-r--r-- | ripd/rip_zebra.c | 2 | ||||
| -rw-r--r-- | ripd/ripd.c | 1 | 
3 files changed, 4 insertions, 0 deletions
diff --git a/ripd/rip_peer.c b/ripd/rip_peer.c index 3e8ddeccf2..7e848bee47 100644 --- a/ripd/rip_peer.c +++ b/ripd/rip_peer.c @@ -12,6 +12,7 @@  #include "frrevent.h"  #include "memory.h"  #include "table.h" +#include "frrdistance.h"  #include "ripd/ripd.h"  #include "ripd/rip_bfd.h" diff --git a/ripd/rip_zebra.c b/ripd/rip_zebra.c index 36b58cb20b..ce94e8e754 100644 --- a/ripd/rip_zebra.c +++ b/ripd/rip_zebra.c @@ -14,6 +14,8 @@  #include "log.h"  #include "vrf.h"  #include "bfd.h" +#include "frrdistance.h" +  #include "ripd/ripd.h"  #include "ripd/rip_debug.h"  #include "ripd/rip_interface.h" diff --git a/ripd/ripd.c b/ripd/ripd.c index 7bfcaadc74..f197e389b2 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -31,6 +31,7 @@  #include "northbound_cli.h"  #include "network.h"  #include "lib/printfrr.h" +#include "frrdistance.h"  #include "ripd/ripd.h"  #include "ripd/rip_nb.h"  | 
