mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Fix BSD breakage from r6736
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6742 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
70c14705c3
commit
d40cdb1002
4 changed files with 12 additions and 0 deletions
3
osdep.c
3
osdep.c
|
@ -33,6 +33,9 @@
|
|||
#include <sys/statvfs.h>
|
||||
#endif
|
||||
|
||||
/* Needed early for _BSD etc. */
|
||||
#include "config-host.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue