[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Missing include in libxl_pci.c
# HG changeset patch # User Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> # Date 1283176752 -3600 # Node ID 32c9a19ac98beccea97dc33667a032dfec7bed86 # Parent cd2ca6c3f2e42261a562107c4fd1a4bb0b922a0b 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> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> committer: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> --- tools/libxl/libxl_pci.c | 1 + 1 files changed, 1 insertion(+) diff -r cd2ca6c3f2e4 -r 32c9a19ac98b tools/libxl/libxl_pci.c --- a/tools/libxl/libxl_pci.c Mon Aug 30 13:58:07 2010 +0100 +++ b/tools/libxl/libxl_pci.c Mon Aug 30 14:59:12 2010 +0100 @@ -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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |