diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:27:10 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:27:10 +0000 |
commit | 479252ba1ae64217ec17bc195fd8c6f14af0cbb0 (patch) | |
tree | 5109c4ca8627966570a7dd3a0091fc37ef94b09c /hw | |
parent | 0d55ef2badcfd95bdb60feaad7501e59984920fb (diff) | |
download | qemu-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include "net.h" #include "smbus.h" #include "boards.h" +#include "console.h" /* output Bochs bios info messages */ //#define DEBUG_BIOS |