summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 14:15:51 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 14:15:51 -0400
commit1e0a0ca092bc0387755338bc44e54540f4785f35 (patch)
tree21a3fe2bfea941480f94fab4cbb383a629bf7340 /src/network/networkctl.c
parent4cf1fcb1751ee20b4ddbebc93a7ed85662501947 (diff)
./move.sh
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r--src/network/networkctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index 60724fce80..6e436d2043 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -21,10 +21,10 @@
#include <net/if.h>
#include <stdbool.h>
-#include "sd-device.h"
-#include "sd-hwdb.h"
-#include "sd-netlink.h"
-#include "sd-network.h"
+#include <systemd/sd-device.h>
+#include <systemd/sd-hwdb.h>
+#include <systemd/sd-netlink.h>
+#include <systemd/sd-network.h>
#include "alloc-util.h"
#include "arphrd-list.h"