|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [libxen] Compilation fix.
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1189429186 -3600
# Node ID 1474db8058b20753eb465273f7dbf5e10662bf0f
# Parent 005cd2cba06929ec292b1d923e5b31624bd69729
[libxen] Compilation fix.
On a clean system where no prior dev. version of libxen was installed,
the compilation fails due to a wrong include. This fixes it.
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
tools/libxen/src/xen_xspolicy.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 005cd2cba069 -r 1474db8058b2 tools/libxen/src/xen_xspolicy.c
--- a/tools/libxen/src/xen_xspolicy.c Mon Sep 10 13:43:19 2007 +0100
+++ b/tools/libxen/src/xen_xspolicy.c Mon Sep 10 13:59:46 2007 +0100
@@ -21,8 +21,8 @@
#include <stddef.h>
#include <stdlib.h>
+#include "xen_internal.h"
#include "xen/api/xen_common.h"
-#include "xen/api/xen_internal.h"
#include "xen/api/xen_xspolicy.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] [libxen] Compilation fix.,
Xen patchbot-unstable <=
|
|
|
|
|