* src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression...
[fw/sdcc] / support / regression / ports / host / support.c
index c98d4896dc811cc5b4b982bde278c5994f0256d0..1077fb5b5eb767e9909816c460a81c21b38ff028 100644 (file)
@@ -1,6 +1,7 @@
 /** Host specific support routines.
  */
 #include <stdio.h>
+#include <stdlib.h>
 
 void _putchar(char c)
 {