summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c b/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
index 1ede86737f..eaee167506 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
+++ b/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
@@ -18,10 +18,10 @@
***/
#include <arpa/inet.h>
-#include <net/if.h>
-#include <linux/ip.h>
#include <linux/if_tunnel.h>
+#include <linux/ip.h>
#include <linux/ip6_tunnel.h>
+#include <net/if.h>
#include "basic/missing.h"
#include "basic/parse-util.h"