summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c b/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c
index 1f0752cd0a..5232f77ba8 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c
+++ b/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c
@@ -27,9 +27,10 @@
#include "basic/alloc-util.h"
#include "basic/fd-util.h"
-#include "networkd-netdev-tuntap.h"
#include "basic/user-util.h"
+#include "networkd-netdev-tuntap.h"
+
#define TUN_DEV "/dev/net/tun"
static int netdev_fill_tuntap_message(NetDev *netdev, struct ifreq *ifr) {