summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-04-20 13:51:45 +0200
committerGitHub <noreply@github.com>2022-04-20 13:51:45 +0200
commita71e190d44395ab119579dacd4d86d2a2dfa9916 (patch)
tree62cc9f42e4650c5a8b6b759da439d1ee132c7a51 /zebra
parentMerge pull request #11052 from opensourcerouting/fix/log_dir_permissions (diff)
parentbuild: enable `-fms-extensions` (diff)
downloadfrr-a71e190d44395ab119579dacd4d86d2a2dfa9916.tar.xz
frr-a71e190d44395ab119579dacd4d86d2a2dfa9916.zip
Merge pull request #10961 from opensourcerouting/build-ms-ext
build: enable `-fms-extensions`
Diffstat (limited to 'zebra')
-rw-r--r--zebra/zebra_script.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_script.c b/zebra/zebra_script.c
index 9805390a6..d247f8770 100644
--- a/zebra/zebra_script.c
+++ b/zebra/zebra_script.c
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "zebra.h"
+
#include "zebra_script.h"
#ifdef HAVE_SCRIPTING