summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
diff options
context:
space:
mode:
authoraurel322008-05-05 23:27:10 +0200
committeraurel322008-05-05 23:27:10 +0200
commitcfa2af1fe1d4624de35684c77be66b8ced47b264 (patch)
tree5109c4ca8627966570a7dd3a0091fc37ef94b09c /hw/pc.c
parentDon't stop translation for mtc0 compare (diff)
downloadqemu-cfa2af1fe1d4624de35684c77be66b8ced47b264.tar.gz
qemu-cfa2af1fe1d4624de35684c77be66b8ced47b264.tar.xz
qemu-cfa2af1fe1d4624de35684c77be66b8ced47b264.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/pc.c')
-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