blob: 472a7d092416dfe267a517a2153b5abc5c59d9ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/lsys.c.orig 2015-01-19 18:35:16 UTC
+++ common/lsys.c
@@ -4,7 +4,7 @@
#include <alloc.h>
#elif defined(__APPLE__)
#include <malloc/malloc.h>
-#else
+#elif !defined(BIG_ANSI_C)
#include <malloc.h>
#endif
|