kvm tools: kvm.c needs to include sys/stat.h for mkdir

Fix a missing include.

Signed-off-by: Matt Evans <matt@ozlabs.org>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Matt Evans
2015-06-01 16:39:49 +01:00
committed by Will Deacon
parent bd1e328a7d
commit e2e876c28c
+1
View File
@@ -15,6 +15,7 @@
#include <asm/bootparam.h>
#include <sys/un.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>