diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2022-04-04 18:02:14 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2022-04-04 18:33:10 +0200 |
commit | 5b4f4e626f696f4ab8717beff56f36365d87d7b4 (patch) | |
tree | 5645324558a5e8b638f09b84f436843fcceefdab /zebra/zebra_script.c | |
parent | Merge pull request #10710 from SaiGomathiN/pimv6-showcli (diff) | |
download | frr-5b4f4e626f696f4ab8717beff56f36365d87d7b4.tar.xz frr-5b4f4e626f696f4ab8717beff56f36365d87d7b4.zip |
build: first header *must* be zebra.h or config.h
This has already been a requirement for Solaris, it is still a
requirement for some of the autoconf feature checks to work correctly,
and it will be a requirement for `-fms-extensions`.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_script.c')
-rw-r--r-- | zebra/zebra_script.c | 2 |
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 |