Commit cfa2af1fe1d4624de35684c77be66b8ced47b264

Authored by aurel32
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
... ... @@ -31,6 +31,7 @@
31 31 #include "net.h"
32 32 #include "smbus.h"
33 33 #include "boards.h"
  34 +#include "console.h"
34 35  
35 36 /* output Bochs bios info messages */
36 37 //#define DEBUG_BIOS
... ...