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 /pimd | |
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 'pimd')
-rw-r--r-- | pimd/pim_upstream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index e36bd82ac..335c8a454 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -17,6 +17,7 @@ #include "jhash.h" #include "wheel.h" #include "network.h" +#include "frrdistance.h" #include "pimd.h" #include "pim_pim.h" |