]> git.puffer.fish Git - matthieu/frr.git/commitdiff
*: fix first header
authorDavid Lamparter <equinox@diac24.net>
Thu, 23 Apr 2020 18:16:37 +0000 (20:16 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 27 Apr 2020 07:52:41 +0000 (09:52 +0200)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/srv6.c
zebra/dplane_fpm_nl.c

index be340f13f5576a1dbc95c38a0e00b7985bb15ca5..287bf560897efd4a159c59a4da2abdba0f42a76a 100644 (file)
@@ -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"
 
index 9f480926aeaed19cd9e0c9fce310f97f93081fab..32b7faaad744c38cb2963886f3510bcd4e9f2ed5 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h" /* Include this explicitly */
+#endif
+
 #include <arpa/inet.h>
 
 #include <sys/types.h>
@@ -27,7 +31,6 @@
 #include <errno.h>
 #include <string.h>
 
-#include "config.h" /* Include this explicitly */
 #include "lib/zebra.h"
 #include "lib/json.h"
 #include "lib/libfrr.h"