aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-07-24 16:57:42 +0000
committerDaniel Jacobowitz <drow@false.org>2005-07-24 16:57:42 +0000
commit99356e902060ff5d87d28cd15cef3fdd7ea3cc7c (patch)
treec4c586b726b68b490d942c046dfe8a549cffa747 /bfd/doc
parentb73aa40604effee29e3a02ad6698db04befcfd49 (diff)
downloadgdb-99356e902060ff5d87d28cd15cef3fdd7ea3cc7c.zip
gdb-99356e902060ff5d87d28cd15cef3fdd7ea3cc7c.tar.gz
gdb-99356e902060ff5d87d28cd15cef3fdd7ea3cc7c.tar.bz2
* chew.c: Include <string.h>.
Diffstat (limited to 'bfd/doc')
-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