|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] libxl: fix build since 22325:4ac03710fc32
# HG changeset patch
# User Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
# Date 1288635211 0
# Node ID f932e34a79c6cebfc431c28c680d3438dcd012cc
# Parent 310d2cb034143024885aa146485f188901a58d1d
libxl: fix build since 22325:4ac03710fc32
"libxl: Fix migration of HVM guests" introduces a stat call without
including <sys/stat.h>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
tools/libxl/libxl_dom.c | 1 +
1 files changed, 1 insertion(+)
diff -r 310d2cb03414 -r f932e34a79c6 tools/libxl/libxl_dom.c
--- a/tools/libxl/libxl_dom.c Mon Nov 01 14:11:28 2010 +0000
+++ b/tools/libxl/libxl_dom.c Mon Nov 01 18:13:31 2010 +0000
@@ -22,6 +22,7 @@
#include <string.h>
#include <sys/mman.h>
#include <sys/time.h> /* for struct timeval */
+#include <sys/stat.h> /* for stat */
#include <unistd.h> /* for sleep(2) */
#include <xenctrl.h>
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] libxl: fix build since 22325:4ac03710fc32,
Xen patchbot-unstable <=
|
|
|
|
|