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

[Xen-devel] [PATCH] Missing include in libxl_pci.c



Missing include in tools/libxl/libxl_pci.c: lstat() call requires
<sys/stat.h>.

Signed-off-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>

diff -r 3c4c3d48a835 tools/libxl/libxl_pci.c
--- a/tools/libxl/libxl_pci.c   Thu Aug 26 11:16:56 2010 +0100
+++ b/tools/libxl/libxl_pci.c   Mon Aug 30 09:38:00 2010 -0400
@@ -24,6 +24,7 @@
 #include <sys/select.h>
 #include <sys/mman.h>
 #include <sys/wait.h>
+#include <sys/stat.h>
 #include <signal.h>
 #include <unistd.h> /* for write, unlink and close */
 #include <stdint.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®.