abort() needs it. Build with kvm disabled breaks without it.

Signed-off-by: Glauber Costa <[email protected]>
---
 qemu-kvm.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/qemu-kvm.h b/qemu-kvm.h
index 4a86d19..98fbbdf 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -13,6 +13,7 @@
 #endif
 
 #include <signal.h>
+#include <stdlib.h>
 
 #ifdef CONFIG_KVM
 
-- 
1.6.2.5

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to