blob: 7c12d3e8e7e6d6d7e8e4afe55c918c09757e280b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Source/include/NCSMalloc.h.orig 2009-04-05 21:19:51.000000000 +0400
+++ Source/include/NCSMalloc.h 2009-04-05 21:21:13.000000000 +0400
@@ -43,7 +43,9 @@
#else /* MACINTOSH */
+#ifndef FREEBSD
#include <malloc.h>
+#endif
#if defined SOLARIS || defined LINUX || defined HPUX
#include <string.h>
|