diff options
author | DJ Delorie <dj@redhat.com> | 2005-07-22 23:54:56 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-07-22 23:54:56 +0000 |
commit | d4ad1cbf1de4c3fe8f72adb8fae9440896d5af9c (patch) | |
tree | 279120aebd51901c0426cf24bf8a044ca64a99ef /bfd/doc/chew.c | |
parent | d8bacf76e87c6cbc39ea690d42b7f392c97293c9 (diff) | |
download | binutils-gdb-d4ad1cbf1de4c3fe8f72adb8fae9440896d5af9c.tar.gz |
* chew.c: Include stdlib.h.
Diffstat (limited to 'bfd/doc/chew.c')
-rw-r--r-- | bfd/doc/chew.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/doc/chew.c b/bfd/doc/chew.c index 6d67b126a8f..56aca88ed9a 100644 --- a/bfd/doc/chew.c +++ b/bfd/doc/chew.c @@ -86,6 +86,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. #include <assert.h> #include <stdio.h> #include <ctype.h> +#include <stdlib.h> #define DEF_SIZE 5000 #define STACK 50 |