From 799fd8b23961f73fb7e7eeaee79f7ef0850e6c31 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Wed, 27 Jul 2011 21:17:59 -0400 Subject: [PATCH] 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 --- virt/kvm/iommu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/virt/kvm/iommu.c b/virt/kvm/iommu.c index d5f3b8d..2b36145 100644 --- a/virt/kvm/iommu.c +++ b/virt/kvm/iommu.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include -- 1.7.10.4