diff options
Diffstat (limited to 'src/hash/loselose.h')
| -rw-r--r-- | src/hash/loselose.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hash/loselose.h b/src/hash/loselose.h index dc7d200..434b8cb 100644 --- a/src/hash/loselose.h +++ b/src/hash/loselose.h @@ -1,3 +1,5 @@ #include "../lua.h" +#include <stdint.h> +uint64_t loselose(uint8_t* in, size_t len); int l_loselose(lua_State*); |
