WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix xc_save compile

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1205837986 0
# Node ID 3633eae535727b9d08c4760aae9fb11dcc43f5bd
# Parent  f07a7ba638858bd913837c2476b1ef3c77615ea6
Fix xc_save compile

Add missing <err.h> include.

Signed-off-by: John Levon <john.levon@xxxxxxx>
---
 tools/xcutils/xc_save.c |    1 +
 1 files changed, 1 insertion(+)

diff -r f07a7ba63885 -r 3633eae53572 tools/xcutils/xc_save.c
--- a/tools/xcutils/xc_save.c   Tue Mar 18 10:58:47 2008 +0000
+++ b/tools/xcutils/xc_save.c   Tue Mar 18 10:59:46 2008 +0000
@@ -17,6 +17,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <err.h>
 
 #include <xs.h>
 #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] Fix xc_save compile, Xen patchbot-unstable <=