Fix mingw32 build

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-11-17 21:00:38 +00:00
parent 9c7a420265
commit 50035d3db1

View file

@ -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)