aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/doc/ChangeLog4
-rw-r--r--bfd/doc/chew.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index 3ad9c94..ba2ddb9 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -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.
diff --git a/bfd/doc/chew.c b/bfd/doc/chew.c
index 56aca88..542fc2f 100644
--- a/bfd/doc/chew.c
+++ b/bfd/doc/chew.c
@@ -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