diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-20 18:27:52 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-20 18:54:08 +0200 |
commit | 8664ded716ac958d14141475be772ce696c12c46 (patch) | |
tree | 81991e516d7dd3b450dc673db4e4117cd7c635d9 /src/libsystemd-network/dhcp-protocol.h | |
parent | dhcp: move DHCP client specific definitions to dhcp-client-internal.h (diff) | |
download | systemd-8664ded716ac958d14141475be772ce696c12c46.tar.xz systemd-8664ded716ac958d14141475be772ce696c12c46.zip |
dhcp: split dhcp-internal.h into two
Diffstat (limited to 'src/libsystemd-network/dhcp-protocol.h')
-rw-r--r-- | src/libsystemd-network/dhcp-protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-protocol.h b/src/libsystemd-network/dhcp-protocol.h index 34ab933360..d7bb203aab 100644 --- a/src/libsystemd-network/dhcp-protocol.h +++ b/src/libsystemd-network/dhcp-protocol.h @@ -9,6 +9,8 @@ #include <netinet/udp.h> #include <stdint.h> +#include "sd-dhcp-protocol.h" + #include "macro.h" #include "sparse-endian.h" #include "time-util.h" |