mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
PR: 216212 Submitted by: mdmi3 Approved by: fernando.apesteguia@gmail.com, phk, adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10110
15 lines
317 B
C
15 lines
317 B
C
--- 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>
|