From ed3ca1da539d80505d3b40353bf2b31498f50a9b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 16 Sep 2023 09:19:57 -0400 Subject: sha3.h: add stddef --- sha3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sha3.h') diff --git a/sha3.h b/sha3.h index 7ee1c11..ed59bed 100644 --- a/sha3.h +++ b/sha3.h @@ -36,7 +36,8 @@ extern "C" { #endif /* __cplusplus */ -#include +#include // size_t +#include // uint8_t, uint64_t // Internal SHA-3 state. typedef union { -- cgit v1.2.3