diff --git a/cpus.c b/cpus.c index 0699f378b127f2ee495e3c31116e14ce4234bd36..ded21007e7b16e07f2b8a9d83df1da80b66a0890 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)