blob: cdd74a4ff8017931e3891d9f8ae916598eb01939 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- opennurbs_system.h.orig 2015-08-14 13:19:05 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>
|