From 4ce6411c020fa0846a31c7113b4829bbe3c75b56 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 9 Apr 2008 13:33:35 +0100 Subject: [PATCH] xenstore: fix Solaris compile with newer GCC versions Signed-off-by: Keir Fraser xen-unstable changeset: 17408:cb1f41538756efc93e632e8896b0c2955a82bb51 xen-unstable date: Wed Apr 09 13:32:21 2008 +0100 --- 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 376a00081..2555a3e48 100644 --- a/tools/xenstore/xenstored_solaris.c +++ b/tools/xenstore/xenstored_solaris.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include -- 2.39.5