* link/z80/lkmain.c (afile),
[fw/sdcc] / as / hc08 / lklibr.c
index 3982e03e3f88795b9feb38e0045d3151b5725023..74c8c361b251dfa16bff3a32e91d4215f732b912 100644 (file)
 #define EQ(A,B) !strcmp((A),(B))
 #define MAXLINE 254 /*when using fgets*/
 
-#if defined(__APPLE__) && defined(__MACH__)
-#include <sys/types.h>
-#include <sys/malloc.h>
-#elseif !defined(__FreeBSD__)
-#include <malloc.h>
-#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>