mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 12:35:48 +00:00
*: fix first header
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
980ab2de52
commit
7309092bf4
@ -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"
|
||||
|
||||
|
@ -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 <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"
|
||||
|
Loading…
Reference in New Issue
Block a user