diff options
author | ths | 2007-12-17 04:15:52 +0100 |
---|---|---|
committer | ths | 2007-12-17 04:15:52 +0100 |
commit | 69b349765c95b76a446011ee71de57c07c1371e8 (patch) | |
tree | 179c9d104178f1e15f61bcbc2bfc2a2849a17bf8 /hw/adlib.c | |
parent | Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. (diff) | |
download | qemu-69b349765c95b76a446011ee71de57c07c1371e8.tar.gz qemu-69b349765c95b76a446011ee71de57c07c1371e8.tar.xz qemu-69b349765c95b76a446011ee71de57c07c1371e8.zip |
Fix miscellaneous minor things, by Andre Przywara.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3826 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/adlib.c')
-rw-r--r-- | hw/adlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/adlib.c b/hw/adlib.c index 1376db919f..7a9c2e7f5c 100644 --- a/hw/adlib.c +++ b/hw/adlib.c @@ -26,6 +26,7 @@ #include "hw.h" #include "audiodev.h" #include "audio/audio.h" +#include "isa.h" //#define DEBUG |