Fix a warning
authorFlorian Fainelli <florian@openwrt.org>
Sun, 18 Mar 2007 13:06:33 +0000 (13:06 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 18 Mar 2007 13:06:33 +0000 (13:06 +0000)
SVN-Revision: 6602

tools/firmware-utils/src/srec2bin.c

index 0eb8b2023a1e5c054587ff7587c5aa3e4517ea19..1cffbaed969ee5bc205c79a21628e6246f77ef0d 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <ctype.h>
+#include <string.h>
 
 //Rev 0.1 Original
 // 8 Jan 2001  MJH  Added code to write data to Binary file
 
 //Rev 0.1 Original
 // 8 Jan 2001  MJH  Added code to write data to Binary file