work in progress
[fw/sdcc] / as / z80 / assym.c
index 1ef7cc7675e9fdee89a542ec5a994e0c571c1f92..db88a08afbd0def5d614c29fe381662a1649988b 100644 (file)
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
+#if defined(__APPLE__) && defined(__MACH__)
+#include <sys/types.h>
+#include <sys/malloc.h>
+#else
 #include <malloc.h>
+#endif
 #include "asm.h"
 
 /*)Module      assym.c