mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
@@ -29,6 +29,9 @@
|
||||
#include <sys/time.h>
|
||||
#include <zlib.h>
|
||||
|
||||
/* Needed early for _BSD etc. */
|
||||
#include "config-host.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/times.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
#include <sys/time.h>
|
||||
#include <zlib.h>
|
||||
|
||||
/* Needed early for _BSD etc. */
|
||||
#include "config-host.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/times.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
Reference in New Issue
Block a user