diff options
Diffstat (limited to 'tests/tcg/s390x/console.c')
-rw-r--r-- | tests/tcg/s390x/console.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcg/s390x/console.c b/tests/tcg/s390x/console.c index d43ce3f..6c26f04 100644 --- a/tests/tcg/s390x/console.c +++ b/tests/tcg/s390x/console.c @@ -4,7 +4,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ + #include "../../../pc-bios/s390-ccw/sclp.c" +#include "../../../roms/SLOF/lib/libc/string/memset.c" +#include "../../../roms/SLOF/lib/libc/string/memcpy.c" void __sys_outc(char c) { |