hack for non-standard sun pro cstring
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
#ifndef osdWireFormat
|
||||
#define osdWireFormat
|
||||
|
||||
#include <cstring>
|
||||
#ifdef __SUNPRO_CC
|
||||
# include <string.h>
|
||||
#else
|
||||
# include <cstring>
|
||||
#endif
|
||||
|
||||
//
|
||||
// The default assumption is that the local floating point format is
|
||||
|
||||
Reference in New Issue
Block a user