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:
Andrew Johnson
2009-06-02 22:31:46 +00:00
parent a052ed56b2
commit 68bdaa899e
2 changed files with 7 additions and 8 deletions

View File

@@ -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"