commit 1799a1ccb0dd9a37ef08ac768c495d1b497cd9c0 parent 2e9e1c983fcb90689350f0d8783bae8ef4dfae31 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Wed, 16 Oct 2024 16:21:00 +0200 tests/libc: Add include to get atoi() declaration Diffstat:
M | tests/libc/execute/0027-strtok.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tests/libc/execute/0027-strtok.c b/tests/libc/execute/0027-strtok.c @@ -1,5 +1,6 @@ #include <assert.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> /*