diff options
Diffstat (limited to 'cpus.c')
| -rw-r--r-- | cpus.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpus.c b/cpus.c index e2997941fa..abd24ab31c 100644 --- a/cpus.c +++ b/cpus.c @@ -33,7 +33,10 @@ #include "qemu-thread.h" #include "cpus.h" + +#ifndef _WIN32 #include "compatfd.h" +#endif #ifdef SIGRTMIN #define SIG_IPI (SIGRTMIN+4) |