diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-10-27 07:57:43 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-10-27 08:53:43 -0400 |
| commit | cbefb650bcacbe2cec6beeccba993df3e42066b8 (patch) | |
| tree | 31e356a50e23420d783070666574e04f254200e0 /zebra/zebra_router.c | |
| parent | f1506cf36b91014d920f82bbfe655651a2356141 (diff) | |
zebra: Recent Merge broke --enable-werror
Recent code broke upon compiling with --enable-dev-build
and --enable-werror. Fix.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_router.c')
| -rw-r--r-- | zebra/zebra_router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index 7215551f8d..a80c573855 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -30,6 +30,7 @@ #include "zebra_mlag.h" #include "zebra_nhg.h" #include "debug.h" +#include "zebra_script.h" DEFINE_MTYPE_STATIC(ZEBRA, RIB_TABLE_INFO, "RIB table info"); DEFINE_MTYPE_STATIC(ZEBRA, ZEBRA_RT_TABLE, "Zebra VRF table"); |
