From a3c123b2f1259f1171ae1f31fd977f82ce773238 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 18 Sep 2007 14:34:30 +0200 Subject: kvm: external module: include kvm_para.h for new hypercall --- kvm/kernel/external-module-compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kvm/kernel/external-module-compat.h b/kvm/kernel/external-module-compat.h index b1807756d..4b93ec37a 100644 --- a/kvm/kernel/external-module-compat.h +++ b/kvm/kernel/external-module-compat.h @@ -10,6 +10,7 @@ #include #include #include "include/linux/kvm.h" +#include "include/linux/kvm_para.h" #include #include #include -- cgit v1.2.3