mirror of https://github.com/xqemu/xqemu.git
Fix mingw32 compile
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5f6b9e8fd5
commit
8756aa7260
|
@ -26,6 +26,7 @@
|
|||
#ifndef QEMU_OPTIONS_H
|
||||
#define QEMU_OPTIONS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "qemu-queue.h"
|
||||
|
||||
enum QEMUOptionParType {
|
||||
|
|
Loading…
Reference in New Issue