Use headers defined in the C[++] standards:
[fw/sdcc] / as / z80 / aslist.c
index e5344899bb1e25136cd79b5e87fb6ba5cfe41e65..3a7d0a7f21abd8da4fbd3ef81bb4d7956e2fda01 100644 (file)
@@ -16,6 +16,7 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
+#include <stdlib.h>
 #if defined(__APPLE__) && defined(__MACH__)
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -23,6 +24,7 @@
 #include <malloc.h>
 #endif
 
+
 #include "asm.h"
 
 /*)Module      aslist.c