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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c b/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
index 49f18a8cd9..c372dd7860 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
+++ b/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
@@ -20,8 +20,8 @@
#include <arpa/inet.h>
#include <net/if.h>
-#include <linux/if_tunnel.h>
#include <linux/ip.h>
+#include <linux/if_tunnel.h>
#include <linux/ip6_tunnel.h>
#include "basic/missing.h"