[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH]: fix build since 22326:4ac03710fc32



"libxl: Fix migration of HVM guests" introduces a stat call without
including <sys/stat.h>

diff -r 310d2cb03414 tools/libxl/libxl_dom.c
--- a/tools/libxl/libxl_dom.c   Mon Nov 01 14:11:28 2010 +0000
+++ b/tools/libxl/libxl_dom.c   Mon Nov 01 15:38:59 2010 +0000
@@ -22,6 +22,7 @@
 #include <string.h>
 #include <sys/mman.h>
 #include <sys/time.h> /* for struct timeval */
+#include <sys/stat.h> /* for stat */
 #include <unistd.h> /* for sleep(2) */
 
 #include <xenctrl.h>



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.