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