]> xenbits.xensource.com Git - xen.git/commitdiff
libxl: fix fstat implicit declaration build error
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 2 Aug 2010 10:17:22 +0000 (11:17 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 2 Aug 2010 10:17:22 +0000 (11:17 +0100)
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen-unstable changeset:   21895:de62cfdd7b9f
xen-unstable date:        Fri Jul 30 14:28:39 2010 +0100

tools/libxl/libxl.c

index ed74f555f81882f9362342210ae19c4c23733e22..327a3b1aa87b9b0e0ce94530bea3725deaca5ae8 100644 (file)
@@ -20,6 +20,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/select.h>
 #include <sys/wait.h>