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 /zebra/zebra_vty.c | |
| parent | 42ddcf71e58300c7b594ac3964977625355cb24c (diff) | |
*: Move distance related defines into their own header
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 8c97248737..a584cf638d 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -20,6 +20,7 @@ #include "vxlan.h" #include "termtable.h" #include "affinitymap.h" +#include "frrdistance.h" #include "zebra/zebra_router.h" #include "zebra/zserv.h" |
