]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
xenstore: fix Solaris compile with newer GCC versions
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 12:33:35 +0000 (13:33 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 12:33:35 +0000 (13:33 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen-unstable changeset:   17408:cb1f41538756efc93e632e8896b0c2955a82bb51
xen-unstable date:        Wed Apr 09 13:32:21 2008 +0100

tools/xenstore/xenstored_solaris.c

index 376a00081bd7caafb57d989dc40a32ad40bdeb7f..2555a3e4835811e15eb8a2503fb88735c1a676bd 100644 (file)
@@ -14,6 +14,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <stdarg.h>
 #include <sys/mman.h>
 #include <xen/sys/xenbus.h>