diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-13 01:46:16 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-22 20:15:09 +0100 |
commit | 97c3506dcd6e16fd285ce383f8fea992e923aa17 (patch) | |
tree | 4553820250f21357fe942f145384b7c5d1400742 /src/libsystemd-network/test-dhcp6-client.c | |
parent | dhcp: cleanup headers included by dhcp-identifier.h (diff) | |
download | systemd-97c3506dcd6e16fd285ce383f8fea992e923aa17.tar.xz systemd-97c3506dcd6e16fd285ce383f8fea992e923aa17.zip |
dhcp: introduce sd_dhcp_duid and move relevant functions to sd_dhcp_duid.[ch]
Diffstat (limited to 'src/libsystemd-network/test-dhcp6-client.c')
-rw-r--r-- | src/libsystemd-network/test-dhcp6-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/test-dhcp6-client.c b/src/libsystemd-network/test-dhcp6-client.c index c9539050b9..ecf3f095c3 100644 --- a/src/libsystemd-network/test-dhcp6-client.c +++ b/src/libsystemd-network/test-dhcp6-client.c @@ -13,7 +13,7 @@ #include "sd-dhcp6-client.h" #include "sd-event.h" -#include "dhcp-identifier.h" +#include "dhcp-duid-internal.h" #include "dhcp6-internal.h" #include "dhcp6-lease-internal.h" #include "dhcp6-protocol.h" |