From 6be626d4c7f0a0cac4e44dfe3aa9e54ca0aad771 Mon Sep 17 00:00:00 2001 From: Ds886 Date: Fri, 30 Sep 2022 22:56:58 +0300 Subject: [PATCH] * adds missing header("stdint") --- src/common/memgzio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/memgzio.c b/src/common/memgzio.c index 9b972960..bdee6ba5 100644 --- a/src/common/memgzio.c +++ b/src/common/memgzio.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include