From 7309092bf48ec5af1b29c1b8d81211cb1d57f3a4 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 23 Apr 2020 20:16:37 +0200 Subject: [PATCH] *: fix first header Signed-off-by: David Lamparter --- lib/srv6.c | 2 ++ zebra/dplane_fpm_nl.c | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/srv6.c b/lib/srv6.c index be340f13f5..287bf56089 100644 --- a/lib/srv6.c +++ b/lib/srv6.c @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "zebra.h" + #include "srv6.h" #include "log.h" diff --git a/zebra/dplane_fpm_nl.c b/zebra/dplane_fpm_nl.c index 9f480926ae..32b7faaad7 100644 --- a/zebra/dplane_fpm_nl.c +++ b/zebra/dplane_fpm_nl.c @@ -19,6 +19,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" /* Include this explicitly */ +#endif + #include #include @@ -27,7 +31,6 @@ #include #include -#include "config.h" /* Include this explicitly */ #include "lib/zebra.h" #include "lib/json.h" #include "lib/libfrr.h"