From 2a3575134b386b60bafbf59d6475cf45ded7d4e3 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 11 Mar 2024 14:02:12 -0500 Subject: hashing fixes --- src/hash/pjw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hash/pjw.h') diff --git a/src/hash/pjw.h b/src/hash/pjw.h index 7a3c1de..f1ab910 100644 --- a/src/hash/pjw.h +++ b/src/hash/pjw.h @@ -1,3 +1,5 @@ #include "../lua.h" +#include +uint32_t pjw(uint8_t* in, size_t len); int l_pjw(lua_State*); -- cgit v1.2.3