diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 02:15:26 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 02:15:26 -0400 |
commit | 834745e4a25ee9a4cbf55a555ae316db2c971660 (patch) | |
tree | 3ed29a17d190c14a7146652389baf544aa48c622 /src/libsystemd-network/sd-dhcp-client.c | |
parent | a6a23b04bebe5530bf4d775a2acc79979ed533b4 (diff) |
./move.sh
Diffstat (limited to 'src/libsystemd-network/sd-dhcp-client.c')
-rw-r--r-- | src/libsystemd-network/sd-dhcp-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/sd-dhcp-client.c b/src/libsystemd-network/sd-dhcp-client.c index 729ef880ce..bd5ec76fc5 100644 --- a/src/libsystemd-network/sd-dhcp-client.c +++ b/src/libsystemd-network/sd-dhcp-client.c @@ -26,7 +26,7 @@ #include <sys/ioctl.h> #include <linux/if_infiniband.h> -#include "sd-dhcp-client.h" +#include <systemd/sd-dhcp-client.h> #include "alloc-util.h" #include "async.h" |