Linker complaints if linked modules have conflicting options.
[fw/sdcc] / as / z80 / aslist.c
index 2c006cb3d1414cd37dc9ac36706f693c8da34573..e5344899bb1e25136cd79b5e87fb6ba5cfe41e65 100644 (file)
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-
-//#include "newalloc.h"
-#if defined(_MSC_VER)
-#include <malloc.h>
+#if defined(__APPLE__) && defined(__MACH__)
+#include <sys/types.h>
+#include <sys/malloc.h>
 #else
-#include <alloc.h>
+#include <malloc.h>
 #endif
 
 #include "asm.h"