diff options
Diffstat (limited to 'builtins/siphash.h')
| -rw-r--r-- | builtins/siphash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/siphash.h b/builtins/siphash.h index a466200c..0fc7614c 100644 --- a/builtins/siphash.h +++ b/builtins/siphash.h @@ -3,6 +3,7 @@ // An implementation of the SipHash algorithm. #include <stdint.h> +#include <stddef.h> uint64_t siphash24(const uint8_t *src, size_t src_sz); |
