|
|
|
|
|
|
|
|
|
|
xen-devel
[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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Missing include in libxl_pci.c,
Daniel De Graaf <=
|
|
|
|
|