summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_router.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-10-27 13:57:43 +0200
committerDonald Sharp <sharpd@nvidia.com>2021-10-27 14:53:43 +0200
commitcbefb650bcacbe2cec6beeccba993df3e42066b8 (patch)
tree31e356a50e23420d783070666574e04f254200e0 /zebra/zebra_router.c
parentMerge pull request #9902 from LabNConsulting/working/lb/lutil-wait-optimization (diff)
downloadfrr-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.c1
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");