From 2618a52ed307ffe62f45fb345fa5d90a631fc4f6 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 12 Jun 2019 20:18:12 +0200 Subject: *: config.h or zebra.h is the first #include This is mostly relevant for Solaris, where config.h sets up some #define that affect overall header behaviour, so it needs to be before anything else. Signed-off-by: David Lamparter --- zebra/zebra_dplane.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zebra') diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c index 1707d3a68..abe1879c2 100644 --- a/zebra/zebra_dplane.c +++ b/zebra/zebra_dplane.c @@ -17,6 +17,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "lib/libfrr.h" #include "lib/debug.h" #include "lib/frratomic.h" -- cgit v1.2.3