* as/z80/string.h: disable this header for gcc 3.2
[fw/sdcc] / support / makebin / makebin.c
index deb4e78febf8e8534d8c91066ff0cd7876343fb3..79ecf2f30f76699cbf45348cd1dba04ef8ee0b81 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 
 typedef unsigned char BYTE;