]> git.ipfire.org Git - location/libloc.git/commitdiff
test-stringpool: Include stdint.h on Linux
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Oct 2019 08:42:41 +0000 (08:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Oct 2019 08:42:41 +0000 (08:42 +0000)
This is required to have intmax_t declared.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/test-stringpool.c

index 1df7cc5285a1799c404ba8a742db0c02fdb9a02a..3cde27a68fb275911be3f473eade9612987a5bc0 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <stdio.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>