diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-11-04 09:47:46 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-07 12:47:51 +0100 |
commit | 6de9f7fbf582cf9ea10803437ce7ec845c43d67a (patch) | |
tree | c630c052f068734a4852e074e181ba16d4493bb5 /ripngd | |
parent | *: Remove APPLE #defines from build (diff) | |
download | frr-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 'ripngd')
-rw-r--r-- | ripngd/ripng_peer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ripngd/ripng_peer.c b/ripngd/ripng_peer.c index 901b548a4..247bac469 100644 --- a/ripngd/ripng_peer.c +++ b/ripngd/ripng_peer.c @@ -15,6 +15,7 @@ #include "linklist.h" #include "frrevent.h" #include "memory.h" +#include "frrdistance.h" #include "ripngd/ripngd.h" #include "ripngd/ripng_nexthop.h" |