diff options
author | Daniel Jacobowitz <dan@debian.org> | 2005-07-24 16:57:42 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2005-07-24 16:57:42 +0000 |
commit | 8383352efd3bc07eee9fe5748c679866b8e74eb0 (patch) | |
tree | 695ffee4cd04d1a32d63ef8696a7ccf3991aaeb5 /bfd/doc | |
parent | 4a5e624774dd0622a8b237ec2e8b816c0c29a580 (diff) | |
download | gdb-8383352efd3bc07eee9fe5748c679866b8e74eb0.tar.gz |
* chew.c: Include <string.h>.
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/chew.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 3ad9c94f5fb..ba2ddb9cf22 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 56aca88ed9a..542fc2feb70 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 |