blob: 9202b8e1c73ed36cb79d69b0e227ff60eba6c52d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- opennurbs_system.h.orig 2017-02-11 10:13:51 UTC
+++ opennurbs_system.h
@@ -219,11 +219,7 @@
#include <stdlib.h>
#include <memory.h>
-#if defined(ON_COMPILER_XCODE)
-#include <malloc/malloc.h>
-#else
-#include <malloc.h>
-#endif
+#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdio.h>
|