From e6e899dde951823ebc9abf997a6af06debac82a3 Mon Sep 17 00:00:00 2001 From: Luc Verhaegen Date: Wed, 27 May 2009 11:39:16 +0000 Subject: util/vgabios: build/warning fixes. Signed-off-by: Luc Verhaegen Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4312 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/vgabios/helper_exec.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util/vgabios/helper_exec.c') diff --git a/util/vgabios/helper_exec.c b/util/vgabios/helper_exec.c index 8d18798c40..3ec2c2362b 100644 --- a/util/vgabios/helper_exec.c +++ b/util/vgabios/helper_exec.c @@ -15,9 +15,12 @@ * on PIO. */ #include +#include "helper_exec.h" #include "test.h" -#include +#include #include +#include + int port_rep_inb(u16 port, u32 base, int d_f, u32 count); u8 x_inb(u16 port); -- cgit v1.2.3