From: Michael Tremer Date: Tue, 22 Oct 2019 08:42:41 +0000 (+0000) Subject: test-stringpool: Include stdint.h on Linux X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27e72316d93f6918e92cef80995ab5f2da53a2d7;p=people%2Fsennis%2Flibloc.git test-stringpool: Include stdint.h on Linux This is required to have intmax_t declared. Signed-off-by: Michael Tremer --- 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