--- tests/libc/execute/0035-setlocale.c | 1 + tests/libc/execute/0036-localeconv.c | 1 + tests/libc/execute/0037-malloc.c | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/libc/execute/0035-setlocale.c b/tests/libc/execute/0035-setlocale.c index 11675dc3..25ffae99 100644 --- a/tests/libc/execute/0035-setlocale.c +++ b/tests/libc/execute/0035-setlocale.c _at_@ -1,6 +1,7 @@ #include <assert.h> #include <locale.h> #include <stdio.h> +#include <string.h> /* output: diff --git a/tests/libc/execute/0036-localeconv.c b/tests/libc/execute/0036-localeconv.c index cdb069db..05a2cbf4 100644 --- a/tests/libc/execute/0036-localeconv.c +++ b/tests/libc/execute/0036-localeconv.c _at_@ -2,6 +2,7 @@ #include <limits.h> #include <locale.h> #include <stdio.h> +#include <string.h> /* output: diff --git a/tests/libc/execute/0037-malloc.c b/tests/libc/execute/0037-malloc.c index e22d64ba..aa43898e 100644 --- a/tests/libc/execute/0037-malloc.c +++ b/tests/libc/execute/0037-malloc.c _at_@ -1,5 +1,6 @@ #include <assert.h> #include <stdlib.h> +#include <stdio.h> /* output: -- 2.46.1 -- To unsubscribe send a mail to scc-dev+unsubscribe_at_simple-cc.orgReceived on Mon 10 Mar 2025 - 14:15:43 CET
This archive was generated by hypermail 2.3.0 : Mon 10 Mar 2025 - 14:20:01 CET