diff options
Diffstat (limited to 'src/stdlib/siphash.h')
| -rw-r--r-- | src/stdlib/siphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/siphash.h b/src/stdlib/siphash.h index 67bad582..3dbef0fd 100644 --- a/src/stdlib/siphash.h +++ b/src/stdlib/siphash.h @@ -2,8 +2,8 @@ // An implementation of the SipHash algorithm. -#include <stdint.h> #include <stddef.h> +#include <stdint.h> #include "util.h" |
