diff options
author | Luc Verhaegen <libv@skynet.be> | 2009-05-27 11:39:16 +0000 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2009-05-27 11:39:16 +0000 |
commit | e6e899dde951823ebc9abf997a6af06debac82a3 (patch) | |
tree | 348450ad2317cfce4a79595063493a272c240003 /util/vgabios/testbios.c | |
parent | bab4f92c8bdde168ad186c054967e36dc5477d10 (diff) | |
download | coreboot-e6e899dde951823ebc9abf997a6af06debac82a3.tar.xz |
util/vgabios: build/warning fixes.
Signed-off-by: Luc Verhaegen <libv@skynet.be>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4312 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/vgabios/testbios.c')
-rw-r--r-- | util/vgabios/testbios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/vgabios/testbios.c b/util/vgabios/testbios.c index 06f6109516..e38315afd2 100644 --- a/util/vgabios/testbios.c +++ b/util/vgabios/testbios.c @@ -11,6 +11,7 @@ #define warn(x) { perror(x); } #include <x86emu.h> +#include "helper_exec.h" #include "test.h" #include "pci-userspace.h" |