diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:51:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:51:41 -0400 |
commit | e28b748e8cd95dee07e7eefd4dc15776e6c1fb82 (patch) | |
tree | 8f2cefa30f484883a6eca507c8690abad4566aa8 /src/libsystemd-network/dhcp6-option.c | |
parent | 643a009badc400198855dbc7c795bd8469a6b991 (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" |