From 0ff0fc19cde2e122c86a7af697df65cf8a5e222e Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Thu, 23 Jun 2011 10:15:55 +0200 Subject: Do not include compatfd for WIN32 sigset_t, used by that header, is not available in mingw32 environments. Signed-off-by: Jan Kiszka Signed-off-by: Stefan Hajnoczi --- cpus.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpus.c') diff --git a/cpus.c b/cpus.c index 0699f378b1..ded21007e7 100644 --- a/cpus.c +++ b/cpus.c @@ -34,7 +34,10 @@ #include "qemu-thread.h" #include "cpus.h" + +#ifndef _WIN32 #include "compatfd.h" +#endif #ifdef SIGRTMIN #define SIG_IPI (SIGRTMIN+4) -- cgit v1.2.1