From bac905a5a98fb43431a4bf491865d7f8d40c7485 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 1 Dec 2006 00:11:05 +0000 Subject: [PATCH] hack for non-standard sun pro cstring --- src/libCom/osi/os/default/osdWireFormat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libCom/osi/os/default/osdWireFormat.h b/src/libCom/osi/os/default/osdWireFormat.h index c485da591..f2b739c46 100644 --- a/src/libCom/osi/os/default/osdWireFormat.h +++ b/src/libCom/osi/os/default/osdWireFormat.h @@ -25,7 +25,11 @@ #ifndef osdWireFormat #define osdWireFormat -#include +#ifdef __SUNPRO_CC +# include +#else +# include +#endif // // The default assumption is that the local floating point format is