diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:57:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:57:13 -0400 |
commit | b099095b4327b5ed5571d54012ab796fabe20842 (patch) | |
tree | 6eacd519b9a1ed2e23fa62c851810fa03f8ef579 /src/libsystemd-network/sd-dhcp-client.c | |
parent | 360946068882afd7f803db9c9853cd2f2e87447d (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" |