summaryrefslogtreecommitdiffstats
path: root/src/network/netdev/vrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/netdev/vrf.c')
-rw-r--r--src/network/netdev/vrf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/netdev/vrf.c b/src/network/netdev/vrf.c
index b75ec2b..24079a7 100644
--- a/src/network/netdev/vrf.c
+++ b/src/network/netdev/vrf.c
@@ -1,8 +1,9 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
+/* Make sure the net/if.h header is included before any linux/ one */
#include <net/if.h>
-#include <netinet/in.h>
#include <linux/if_arp.h>
+#include <netinet/in.h>
#include "vrf.h"