From 5b4f4e626f696f4ab8717beff56f36365d87d7b4 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 4 Apr 2022 18:02:14 +0200 Subject: 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 --- lib/command_py.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/command_py.c') diff --git a/lib/command_py.c b/lib/command_py.c index 90344ae1e5..6301eec5e8 100644 --- a/lib/command_py.c +++ b/lib/command_py.c @@ -28,6 +28,9 @@ * setup & these trample over each other. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include "structmember.h" #include -- cgit v1.2.3