From: Glauber Costa <[email protected]> abort() needs it. Build with kvm disabled breaks without it.
Signed-off-by: Glauber Costa <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]> diff --git a/qemu-kvm.h b/qemu-kvm.h index d6748c7..0bb2516 100644 --- a/qemu-kvm.h +++ b/qemu-kvm.h @@ -13,6 +13,7 @@ #endif #include <signal.h> +#include <stdlib.h> #ifdef CONFIG_KVM -- 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
