mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-16 09:50:04 +00:00
Fix mingw32 build
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
9c7a420265
commit
50035d3db1
@ -16,7 +16,6 @@
|
|||||||
#include "hw/hw.h"
|
#include "hw/hw.h"
|
||||||
#include "block-migration.h"
|
#include "block-migration.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
#define SECTOR_BITS 9
|
#define SECTOR_BITS 9
|
||||||
#define SECTOR_SIZE (1 << SECTOR_BITS)
|
#define SECTOR_SIZE (1 << SECTOR_BITS)
|
||||||
|
Loading…
Reference in New Issue
Block a user