diff options
author | Markus Rechberger <markus.rechberger@amd.com> | 2007-05-27 03:46:52 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-07-16 05:05:42 -0400 |
commit | 06ff0d37285094cf9cc25370e6a78ce9bc70ddb0 (patch) | |
tree | acf491e521d39818303bf630ba36cf2a4df5fd59 /drivers/kvm | |
parent | 687fdbfe64086020e60547bd14773da3762056c1 (diff) |
KVM: Fix includes
KVM compilation fails for some .configs. This fixes it.
Signed-off-by: Markus Rechberger <markus.rechberger@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm')
-rw-r--r-- | drivers/kvm/kvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index db2bc6f168cd..90001b5a0253 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -10,6 +10,8 @@ | |||
10 | #include <linux/list.h> | 10 | #include <linux/list.h> |
11 | #include <linux/mutex.h> | 11 | #include <linux/mutex.h> |
12 | #include <linux/spinlock.h> | 12 | #include <linux/spinlock.h> |
13 | #include <linux/signal.h> | ||
14 | #include <linux/sched.h> | ||
13 | #include <linux/mm.h> | 15 | #include <linux/mm.h> |
14 | #include <asm/signal.h> | 16 | #include <asm/signal.h> |
15 | 17 | ||