diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:19 -0400 |
commit | e54cedc3b972afba1f25875c194afda8a9efc084 (patch) | |
tree | 8328229cdd0371b9180981f0b37c30c184c2eaf0 /src/libsystemd-network/sd-dhcp6-client.c | |
parent | 511cfa23b82a3afe14d3999bcb910b2eb1e366f4 (diff) |
./move.sh
Diffstat (limited to 'src/libsystemd-network/sd-dhcp6-client.c')
-rw-r--r-- | src/libsystemd-network/sd-dhcp6-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/sd-dhcp6-client.c b/src/libsystemd-network/sd-dhcp6-client.c index 05972e01c9..2760b039ba 100644 --- a/src/libsystemd-network/sd-dhcp6-client.c +++ b/src/libsystemd-network/sd-dhcp6-client.c @@ -22,7 +22,7 @@ #include <sys/ioctl.h> #include <linux/if_infiniband.h> -#include "sd-dhcp6-client.h" +#include <systemd/sd-dhcp6-client.h> #include "alloc-util.h" #include "dhcp-identifier.h" |