Commit cfa2af1fe1d4624de35684c77be66b8ced47b264
1 parent
d478990a
hw/pc.c: fix warning
(Jan Kiszka) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4344 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
hw/pc.c
@@ -31,6 +31,7 @@ | @@ -31,6 +31,7 @@ | ||
31 | #include "net.h" | 31 | #include "net.h" |
32 | #include "smbus.h" | 32 | #include "smbus.h" |
33 | #include "boards.h" | 33 | #include "boards.h" |
34 | +#include "console.h" | ||
34 | 35 | ||
35 | /* output Bochs bios info messages */ | 36 | /* output Bochs bios info messages */ |
36 | //#define DEBUG_BIOS | 37 | //#define DEBUG_BIOS |