projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8753bc4
)
Missing include in libxl_pci.c
author
Daniel De Graaf
<dgdegra@tycho.nsa.gov>
Mon, 30 Aug 2010 13:59:12 +0000
(14:59 +0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_pci.c
b/tools/libxl/libxl_pci.c
index f32db3b0e1277d5c604b5de7f19be1dd95002779..66df5f4849973def1b229444df9012166eea7194 100644
(file)
--- a/
tools/libxl/libxl_pci.c
+++ b/
tools/libxl/libxl_pci.c
@@
-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>