mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Include sys-queue.h early to override system queue definitions on BSD
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
47faadc676
commit
15cc923584
1 changed files with 2 additions and 0 deletions
2
savevm.c
2
savevm.c
|
@ -31,6 +31,8 @@
|
|||
|
||||
/* Needed early for CONFIG_BSD etc. */
|
||||
#include "config-host.h"
|
||||
/* Needed early to override system queue definitions on BSD */
|
||||
#include "sys-queue.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/times.h>
|
||||
|
|
Loading…
Reference in a new issue