aboutsummaryrefslogtreecommitdiff
path: root/sha3.h
diff options
context:
space:
mode:
Diffstat (limited to 'sha3.h')
-rw-r--r--sha3.h3
1 files changed, 2 insertions, 1 deletions
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 <stdint.h>
+#include <stddef.h> // size_t
+#include <stdint.h> // uint8_t, uint64_t
// Internal SHA-3 state.
typedef union {