From 27e72316d93f6918e92cef80995ab5f2da53a2d7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Oct 2019 08:42:41 +0000 Subject: [PATCH] test-stringpool: Include stdint.h on Linux This is required to have intmax_t declared. Signed-off-by: Michael Tremer --- src/test-stringpool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test-stringpool.c b/src/test-stringpool.c index 1df7cc5..3cde27a 100644 --- a/src/test-stringpool.c +++ b/src/test-stringpool.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include -- 2.47.3