diff --git a/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/fmemopen.c b/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/fmemopen.c --- a/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/fmemopen.c +++ b/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/fmemopen.c @@ -15,7 +15,9 @@ // limitations under the License. // -#if !defined(__linux__) && !defined(__NetBSD__) && !(defined(__sun__) && defined(__svr4__)) +#if !defined(__linux__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && \ + !defined(__OpenBSD__) && !(defined(__sun__) && defined(__svr4__)) && \ + !defined(_AIX) #include #include