Browse Source

* chew.c: Include stdlib.h.

gdb-csl-arm-20051020-branch
DJ Delorie 21 years ago
parent
commit
d4ad1cbf1d
  1. 4
      bfd/doc/ChangeLog
  2. 1
      bfd/doc/chew.c

4
bfd/doc/ChangeLog

@ -1,3 +1,7 @@
2005-07-22 DJ Delorie <dj@redhat.com>
* chew.c: Include stdlib.h.
2005-07-22 Kazu Hirata <kazu@codesourcery.com>
* chew.c: Don't include sysdep.h.

1
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

Loading…
Cancel
Save