diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-10-27 13:57:43 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-10-27 14:53:43 +0200 |
commit | cbefb650bcacbe2cec6beeccba993df3e42066b8 (patch) | |
tree | 31e356a50e23420d783070666574e04f254200e0 /zebra/zebra_router.c | |
parent | Merge pull request #9902 from LabNConsulting/working/lb/lutil-wait-optimization (diff) | |
download | frr-cbefb650bcacbe2cec6beeccba993df3e42066b8.tar.xz frr-cbefb650bcacbe2cec6beeccba993df3e42066b8.zip |
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 7215551f8..a80c57385 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"); |