Do not include compatfd for WIN32

sigset_t, used by that header, is not available in mingw32 environments.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Jan Kiszka 2011-06-23 10:15:55 +02:00 committed by Stefan Hajnoczi
parent 2167f7bc28
commit 0ff0fc19cd
1 changed files with 3 additions and 0 deletions

3
cpus.c
View File

@ -34,7 +34,10 @@
#include "qemu-thread.h"
#include "cpus.h"
#ifndef _WIN32
#include "compatfd.h"
#endif
#ifdef SIGRTMIN
#define SIG_IPI (SIGRTMIN+4)