compatfd.h is only needed with CONFIG_POSIX. Compilation fails in compatfd.h for at least one non-POSIX systems (w64).
Signed-off-by: Stefan Weil <w...@mail.berlios.de> --- cpus.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cpus.c b/cpus.c index 0699f37..8501254 100644 --- a/cpus.c +++ b/cpus.c @@ -34,7 +34,9 @@ #include "qemu-thread.h" #include "cpus.h" +#ifdef CONFIG_POSIX #include "compatfd.h" +#endif #ifdef SIGRTMIN #define SIG_IPI (SIGRTMIN+4) -- 1.7.2.5