From cfa2af1fe1d4624de35684c77be66b8ced47b264 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Mon, 5 May 2008 21:27:10 +0000 Subject: [PATCH] hw/pc.c: fix warning (Jan Kiszka) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4344 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/pc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/pc.c b/hw/pc.c index 3559606d66..37a1172b51 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -31,6 +31,7 @@ #include "net.h" #include "smbus.h" #include "boards.h" +#include "console.h" /* output Bochs bios info messages */ //#define DEBUG_BIOS