From 1cdc9dd9e29e11689b857b572e1886686bb9d3aa Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 9 Apr 2008 13:32:21 +0100 Subject: [PATCH] xenstore: fix Solaris compile with newer GCC versions Signed-off-by: Keir Fraser --- tools/xenstore/xenstored_solaris.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include #include -- 2.39.5