summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-26 00:25:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-26 00:25:58 -0400
commitee65ae2ac242beac93e6a4342df3eba63c6f59b4 (patch)
tree56e6b25c35a348fe947b3f260b3e9a97f0c13345 /src/grp-network/libnetworkd-core/networkd-netdev-tunnel.c
parent9ae02597064988e16ec47c4c2beea6e162814d03 (diff)
build grp-network
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"