From 394234f7d7fb737198783ce6340873858aa939f9 Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Wed, 2 Jun 2021 20:53:10 -0700 Subject: Make qemu-palcode build environment standalone. NFC. Don't include system headers. Instead, provide standalone definitions and declarations of types needed and functions used by the PALcode that are compatible with the standard Alpha / GCC ABI. Signed-off-by: Jason Thorpe Message-Id: <20210603035317.6814-2-thorpej@me.com> Signed-off-by: Richard Henderson --- printf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'printf.c') diff --git a/printf.c b/printf.c index 469b82c..0e1e128 100644 --- a/printf.c +++ b/printf.c @@ -18,10 +18,8 @@ along with this program; see the file COPYING. If not see . */ -#include -#include -#include #include "console.h" +#include "protos.h" static int print_buf_pad(char *buf, int buflen, char *p, int width, int pad) { -- cgit v1.1