diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 22:05:38 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 22:05:38 -0400 |
commit | fd360364e434f01e0a9abad405bf84d792a36edb (patch) | |
tree | a9f40df1a0de4eaeee73165cdca8f9e9c2162cc5 /src/libsystemd-network/sd-dhcp-client.c | |
parent | de55f692d407dbd8db4b37be71d08dba4134fdc5 (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 ad79c6cc2c..193f31880f 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" |