Missing include in libxl_pci.c
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Mon, 30 Aug 2010 13:59:12 +0000 (14:59 +0100)
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>
Mon, 30 Aug 2010 13:59:12 +0000 (14:59 +0100)
Missing include in tools/libxl/libxl_pci.c: lstat() call requires
<sys/stat.h>.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
committer: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

tools/libxl/libxl_pci.c

index f32db3b0e1277d5c604b5de7f19be1dd95002779..66df5f4849973def1b229444df9012166eea7194 100644 (file)
@@ -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>