summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 03:13:06 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 03:13:06 -0400
commit8231d17032fdd535e58c5aead8eae3f6cbc048b5 (patch)
tree799df8c0f203b8369b602155d3233bc9661772db /src/network/networkctl.c
parentc533334ea105130b806b2a89512b3ff131ffc3bc (diff)
./move.sh
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r--src/network/networkctl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index d2df9b7560..85635b59bc 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -21,11 +21,11 @@
#include <net/if.h>
#include <stdbool.h>
-#include "sd-device.h"
-#include "sd-hwdb.h"
-#include "sd-lldp.h"
-#include "sd-netlink.h"
-#include "sd-network.h"
+#include <systemd/sd-device.h>
+#include <systemd/sd-hwdb.h>
+#include <systemd/sd-lldp.h>
+#include <systemd/sd-netlink.h>
+#include <systemd/sd-network.h>
#include "alloc-util.h"
#include "arphrd-list.h"