aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_solaris.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-09 13:32:21 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-09 13:32:21 +0100
commit1cdc9dd9e29e11689b857b572e1886686bb9d3aa (patch)
tree964664a39509fec82117c4430df75df43680364a /tools/xenstore/xenstored_solaris.c
parentad2d0860f3055836c1e3b988ce2ed5d59e616b48 (diff)
downloadxen-1cdc9dd9e29e11689b857b572e1886686bb9d3aa.tar.gz
xen-1cdc9dd9e29e11689b857b572e1886686bb9d3aa.tar.bz2
xen-1cdc9dd9e29e11689b857b572e1886686bb9d3aa.zip
xenstore: fix Solaris compile with newer GCC versions
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/xenstore/xenstored_solaris.c')
-rw-r--r--tools/xenstore/xenstored_solaris.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_solaris.c b/tools/xenstore/xenstored_solaris.c
index ef6b51533c..06052d124a 100644
--- a/tools/xenstore/xenstored_solaris.c
+++ b/tools/xenstore/xenstored_solaris.c
@@ -14,6 +14,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
+#include <stdarg.h>
#include <sys/mman.h>
#include <strings.h>
#include <ucred.h>