From: Paul Gortmaker Date: Thu, 28 Jul 2011 01:17:59 +0000 (-0400) Subject: kvm: fix implicit use of stat.h header file X-Git-Tag: next-20110829~4^2~30 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cadc725107947f738a14c1c8c9f16191d4215909;p=karo-tx-linux.git kvm: fix implicit use of stat.h header file This was coming in via an implicit module.h (and its sub-includes) before, but we'll be cleaning that up shortly. Call out the stat.h include requirement in advance. Signed-off-by: Paul Gortmaker --- diff --git a/virt/kvm/iommu.c b/virt/kvm/iommu.c index 78c80f67f535..bea8719fcc8d 100644 --- a/virt/kvm/iommu.c +++ b/virt/kvm/iommu.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include