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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c b/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c
index ab5b90fcc9..0660dfc1d6 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c
+++ b/src/grp-network/libnetworkd-core/networkd-netdev-tuntap.c
@@ -26,9 +26,9 @@
#include <linux/if_tun.h>
-#include "basic/alloc-util.h"
-#include "basic/fd-util.h"
-#include "basic/user-util.h"
+#include "systemd-basic/alloc-util.h"
+#include "systemd-basic/fd-util.h"
+#include "systemd-basic/user-util.h"
#include "networkd-netdev-tuntap.h"