diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 13:01:46 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 13:01:46 -0400 |
commit | ecc82f5eed7ae93d0a98ca50476b12fa695dee7c (patch) | |
tree | b898a80c9f7dec66307dcd84fdca3dfe181d337e /src/libsystemd-network/dhcp6-option.c | |
parent | 9a5fd42193c1a92178edb6e6c7c2970177eb499d (diff) |
./move.sh
Diffstat (limited to 'src/libsystemd-network/dhcp6-option.c')
-rw-r--r-- | src/libsystemd-network/dhcp6-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp6-option.c b/src/libsystemd-network/dhcp6-option.c index 5462e03476..0ae381ad22 100644 --- a/src/libsystemd-network/dhcp6-option.c +++ b/src/libsystemd-network/dhcp6-option.c @@ -21,7 +21,7 @@ #include <netinet/in.h> #include <string.h> -#include "sd-dhcp6-client.h" +#include <systemd/sd-dhcp6-client.h> #include "alloc-util.h" #include "dhcp6-internal.h" |