siphash.h: include stdint.

Doing this gives us a valid uint64_t type, freeing us from
dependencies on include order.
This commit is contained in:
Nick Mathewson
2019-12-16 13:06:00 -05:00
parent 6a6486a7bf
commit c4ac5adc4a
+2
View File
@@ -1,6 +1,8 @@
#ifndef SIPHASH_H
#define SIPHASH_H
#include <stdint.h>
struct sipkey {
uint64_t k0;
uint64_t k1;