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-24 09:13:37 +01:00
committed by Stefan Hajnoczi
parent 2167f7bc28
commit 0ff0fc19cd
+3
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)