Fixes to allow building on Solaris. Its <cxxx> headers are evidently not
quite drop-in C++ replacements for the <xxx.h> C versions.
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
#include <exception>
|
||||
#include <typeinfo>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstddef>
|
||||
#include <cfloat>
|
||||
#include <cstring>
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
#include <float.h>
|
||||
#include <string.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsAlgorithm.h"
|
||||
|
||||
Reference in New Issue
Block a user