From patchwork Tue Dec 6 03:40:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/28] kvm tools: kvm.c needs to include sys/stat.h for mkdir From: Matt Evans X-Patchwork-Id: 129506 Message-Id: <4EDD8EA1.4020904@ozlabs.org> To: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Date: Tue, 06 Dec 2011 14:40:17 +1100 Fix a missing include. Signed-off-by: Matt Evans --- tools/kvm/kvm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/tools/kvm/kvm.c b/tools/kvm/kvm.c index e526483..33243f1 100644 --- a/tools/kvm/kvm.c +++ b/tools/kvm/kvm.c @@ -8,6 +8,7 @@ #include #include +#include #include #include #include