diff options
Diffstat (limited to 'siphash.h')
| -rw-r--r-- | siphash.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ #ifndef SIPHASH_H #define SIPHASH_H +#include <stddef.h> +#include <stdint.h> + /** * struct siphash_state - Internal state of siphash calculation */ |
