From: Avi Kivity <[email protected]> <sys/signalfd.h> is not always available, and it too intrusive to conditionally compile the MCE injection support code.
Signed-off-by: Avi Kivity <[email protected]> diff --git a/qemu-kvm.c b/qemu-kvm.c index 0afdb56..99b3f2c 100644 --- a/qemu-kvm.c +++ b/qemu-kvm.c @@ -26,7 +26,7 @@ #include <sys/syscall.h> #include <sys/mman.h> #include <sys/ioctl.h> -#include <signal.h> +#include "compatfd.h" #include <sys/signalfd.h> #include <sys/prctl.h> -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
