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/dhcp-internal.h | |
parent | a6a23b04bebe5530bf4d775a2acc79979ed533b4 (diff) |
./move.sh
Diffstat (limited to 'src/libsystemd-network/dhcp-internal.h')
-rw-r--r-- | src/libsystemd-network/dhcp-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp-internal.h b/src/libsystemd-network/dhcp-internal.h index a3b842cda3..51cb193847 100644 --- a/src/libsystemd-network/dhcp-internal.h +++ b/src/libsystemd-network/dhcp-internal.h @@ -25,7 +25,7 @@ #include <net/if_arp.h> #include <stdint.h> -#include "sd-dhcp-client.h" +#include <systemd/sd-dhcp-client.h> #include "dhcp-protocol.h" #include "socket-util.h" |