diff options
Diffstat (limited to 'tests/alloc.c')
-rw-r--r-- | tests/alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/alloc.c b/tests/alloc.c index 382131f..2334241 100644 --- a/tests/alloc.c +++ b/tests/alloc.c @@ -5,6 +5,7 @@ #include "../src/diag.h" #include <errno.h> #include <stdlib.h> +#include <stdint.h> int main(void) { // Check sizeof_flex() |