summaryrefslogtreecommitdiffstats
path: root/ripd/rip_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-11-04 09:47:46 +0100
committerDonald Sharp <sharpd@nvidia.com>2023-11-07 12:47:51 +0100
commit6de9f7fbf582cf9ea10803437ce7ec845c43d67a (patch)
treec630c052f068734a4852e074e181ba16d4493bb5 /ripd/rip_zebra.c
parent*: Remove APPLE #defines from build (diff)
downloadfrr-6de9f7fbf582cf9ea10803437ce7ec845c43d67a.tar.xz
frr-6de9f7fbf582cf9ea10803437ce7ec845c43d67a.zip
*: Move distance related defines into their own header
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd/rip_zebra.c')
-rw-r--r--ripd/rip_zebra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_zebra.c b/ripd/rip_zebra.c
index 36b58cb20..ce94e8e75 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"