diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:28:28 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:28:28 -0400 |
commit | ec61298c82f5164af6d5fc99b92e570720666982 (patch) | |
tree | 51c7b96b176e8c8e3e726589cbeb9c64a8f30463 /src/libsystemd-network/sd-dhcp-client.c | |
parent | c97d04c6f98646f4ffef185ed96f552c986da664 (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" |