libc/tests: add omitted headers - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2eaef0900f5ebd9f00bebd8ce899423a0b37b4bb
 (DIR) parent 7033385eda09474ab9a8e21ae811d916e3856ce6
 (HTM) Author: remph <lhr@disroot.org>
       Date:   Sat, 22 Feb 2025 13:14:53 +0100
       
       libc/tests: add omitted headers
       
       Diffstat:
         M tests/libc/execute/0035-setlocale.c |       1 +
         M tests/libc/execute/0036-localeconv… |       1 +
         M tests/libc/execute/0037-malloc.c    |       1 +
       
       3 files changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) 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:
 (DIR) 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:
 (DIR) 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: