summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-dhcp6.c3
-rw-r--r--src/grp-network/libnetworkd-core/networkd-link.h12
-rw-r--r--src/grp-network/libnetworkd-core/networkd-ndisc.c2
3 files changed, 8 insertions, 9 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-dhcp6.c b/src/grp-network/libnetworkd-core/networkd-dhcp6.c
index 4b0f93a222..c3d8f1df08 100644
--- a/src/grp-network/libnetworkd-core/networkd-dhcp6.c
+++ b/src/grp-network/libnetworkd-core/networkd-dhcp6.c
@@ -20,8 +20,7 @@
#include <netinet/ether.h>
#include <linux/if.h>
-#include <systemd/sd-dhcp6-client.h>
-
+#include "systemd-network/sd-dhcp6-client.h"
#include "systemd-network/network-internal.h"
#include "networkd.h"
diff --git a/src/grp-network/libnetworkd-core/networkd-link.h b/src/grp-network/libnetworkd-core/networkd-link.h
index ddb8b41f23..76cdd7e42d 100644
--- a/src/grp-network/libnetworkd-core/networkd-link.h
+++ b/src/grp-network/libnetworkd-core/networkd-link.h
@@ -22,12 +22,12 @@
#include <endian.h>
#include <systemd/sd-bus.h>
-#include <systemd/sd-dhcp-client.h>
-#include <systemd/sd-dhcp-server.h>
-#include <systemd/sd-dhcp6-client.h>
-#include <systemd/sd-ipv4ll.h>
-#include <systemd/sd-lldp.h>
-#include <systemd/sd-ndisc.h>
+#include "systemd-network/sd-dhcp-client.h"
+#include "systemd-network/sd-dhcp-server.h"
+#include "systemd-network/sd-dhcp6-client.h"
+#include "systemd-network/sd-ipv4ll.h"
+#include "systemd-network/sd-lldp.h"
+#include "systemd-network/sd-ndisc.h"
#include <systemd/sd-netlink.h>
#include "basic/list.h"
diff --git a/src/grp-network/libnetworkd-core/networkd-ndisc.c b/src/grp-network/libnetworkd-core/networkd-ndisc.c
index f3a4fc0fa5..1033ccc342 100644
--- a/src/grp-network/libnetworkd-core/networkd-ndisc.c
+++ b/src/grp-network/libnetworkd-core/networkd-ndisc.c
@@ -22,7 +22,7 @@
#include <netinet/in.h>
#include <linux/if.h>
-#include <systemd/sd-ndisc.h>
+#include "systemd-network/sd-ndisc.h"
#include "networkd.h"