From fe7b269fd329201fdbffa12ce7724287c10a3abf Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 21 Nov 2010 09:48:52 -0800 Subject: [PATCH] Bug 31132: Xarch.h needs to include on Solaris 10 Workaround older Solaris releases using types from in and not including it directly. (That was fixed in OpenSolaris/Solaris 11 as part of: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4483139 ) Signed-off-by: Alan Coopersmith Acked-by: Pat Kane --- Xarch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Xarch.h b/Xarch.h index 58fb9a5..f80c580 100644 --- a/Xarch.h +++ b/Xarch.h @@ -40,6 +40,7 @@ # else # if defined(SVR4) || defined(__SVR4) +# include # include # elif defined(CSRG_BASED) # if defined(__NetBSD__) || defined(__OpenBSD__)