mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -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
savevm.c
3
savevm.c
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue