mirror of https://gitee.com/openkylin/qemu.git
Fix "inaccessible boot device" on FreeBSD, by Juergen Lock.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2258 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
eaf7e70b01
commit
1cb6c3fd38
|
@ -51,6 +51,9 @@
|
|||
#include <linux/cdrom.h>
|
||||
#include <linux/fd.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/disk.h>
|
||||
#endif
|
||||
|
||||
//#define DEBUG_FLOPPY
|
||||
|
||||
|
|
Loading…
Reference in New Issue