diff --git a/zipl/boot/libc.c b/zipl/boot/libc.c index 4db5bab7..958877e2 100644 --- a/zipl/boot/libc.c +++ b/zipl/boot/libc.c @@ -9,12 +9,14 @@ * it under the terms of the MIT license. See LICENSE for details. */ +#include "libc.h" + #include #include "lib/zt_common.h" +#include "boot/s390.h" #include "error.h" -#include "libc.h" #include "sclp.h" extern char __heap_start[];