Fix mingw32 build
authorBlue Swirl <blauwirbel@gmail.com>
Tue, 17 Nov 2009 21:00:38 +0000 (21:00 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 17 Nov 2009 21:00:38 +0000 (21:00 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
block-migration.c

index 4b4eddf62ade1be548ce9b69323cad466516f501..09771eded20275aac3d448279a402e2fe285e765 100644 (file)
@@ -16,7 +16,6 @@
 #include "hw/hw.h"
 #include "block-migration.h"
 #include <assert.h>
-#include <pthread.h>
 
 #define SECTOR_BITS 9
 #define SECTOR_SIZE (1 << SECTOR_BITS)