scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 2eaef0900f5ebd9f00bebd8ce899423a0b37b4bb
parent 7033385eda09474ab9a8e21ae811d916e3856ce6
Author: remph <lhr@disroot.org>
Date:   Sat, 22 Feb 2025 13:14:53 +0100

libc/tests: add omitted headers

Diffstat:
Mtests/libc/execute/0035-setlocale.c | 1+
Mtests/libc/execute/0036-localeconv.c | 1+
Mtests/libc/execute/0037-malloc.c | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/libc/execute/0035-setlocale.c b/tests/libc/execute/0035-setlocale.c @@ -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 @@ -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 @@ -1,5 +1,6 @@ #include <assert.h> #include <stdlib.h> +#include <stdio.h> /* output: