From 1e2fb244745e690a3d3178bab467ccf48e4bbb7e Mon Sep 17 00:00:00 2001 From: bugmaster Date: Wed, 10 Sep 2014 15:06:56 +0400 Subject: [PATCH] Correction for compilation of OCCT on MacOS --- src/StepFile/recfile.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StepFile/recfile.pc b/src/StepFile/recfile.pc index d0a32042aa..d3f4795d95 100644 --- a/src/StepFile/recfile.pc +++ b/src/StepFile/recfile.pc @@ -16,7 +16,7 @@ #include "stdio.h" #include "string.h" #include "stdlib.h" -#if !defined(_WIN32) +#if (!defined(_WIN32) && !defined(__APPLE__)) #include "malloc.h" #endif #include "recfile.ph"