[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Missing include in libxl_pci.c
On Mon, 2010-08-30 at 14:43 +0100, Daniel De Graaf wrote: > 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> Looks good to me _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |