blob: d1d54f5992f16f1aa01ddc1e3321b9e70608ee73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/soi.c.orig 2014-05-03 13:12:35 UTC
+++ common/soi.c
@@ -15,7 +15,7 @@
#include <string.h>
#ifdef __APPLE__
#include <malloc/malloc.h>
-#else
+#elif !defined(BIG_ANSI_C)
#include <malloc.h>
#endif
#include "port.h"
|