aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-09-18 14:34:30 +0200
committerAvi Kivity <avi@qumranet.com>2007-09-18 14:34:30 +0200
commita3c123b2f1259f1171ae1f31fd977f82ce773238 (patch)
treeba958dce9c42843aa0ebdb78fea7406204533360
parent8a0b6bfc22cbabb9dd91571ef11359a47efb0706 (diff)
kvm: external module: include kvm_para.h for new hypercallkvm-41
-rw-r--r--kvm/kernel/external-module-compat.h1
1 files changed, 1 insertions, 0 deletions
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 <linux/compiler.h>
#include <linux/version.h>
#include "include/linux/kvm.h"
+#include "include/linux/kvm_para.h"
#include <linux/cpu.h>
#include <asm/processor.h>
#include <linux/hrtimer.h>