summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-05 21:27:10 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-05 21:27:10 +0000
commit479252ba1ae64217ec17bc195fd8c6f14af0cbb0 (patch)
tree5109c4ca8627966570a7dd3a0091fc37ef94b09c /hw
parent0d55ef2badcfd95bdb60feaad7501e59984920fb (diff)
downloadqemu-479252ba1ae64217ec17bc195fd8c6f14af0cbb0.tar.gz
qemu-479252ba1ae64217ec17bc195fd8c6f14af0cbb0.tar.bz2
qemu-479252ba1ae64217ec17bc195fd8c6f14af0cbb0.zip
hw/pc.c: fix warning
(Jan Kiszka) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4344 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/pc.c1
1 files changed, 1 insertions, 0 deletions
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