From 781bb0228b2f8bb546a5574b46f3d0bd5f431407 Mon Sep 17 00:00:00 2001 From: XOR Date: Mon, 25 Sep 2023 22:28:38 +0200 Subject: [PATCH] Include stdint.h for better compatibility --- shash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shash.h b/shash.h index cf51f79..fad7a37 100644 --- a/shash.h +++ b/shash.h @@ -17,6 +17,7 @@ #include #include #include +#include #define WORD 32