* chew.c: Include <string.h>.
authorDaniel Jacobowitz <drow@false.org>
Sun, 24 Jul 2005 16:57:42 +0000 (16:57 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 24 Jul 2005 16:57:42 +0000 (16:57 +0000)
bfd/doc/ChangeLog
bfd/doc/chew.c

index 3ad9c94..ba2ddb9 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * chew.c: Include <string.h>.
+
 2005-07-22  DJ Delorie  <dj@redhat.com>
 
        * chew.c: Include stdlib.h.
index 56aca88..542fc2f 100644 (file)
@@ -87,6 +87,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 #include <stdio.h>
 #include <ctype.h>
 #include <stdlib.h>
+#include <string.h>
 
 #define DEF_SIZE 5000
 #define STACK 50