projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8bacf7
)
* chew.c: Include stdlib.h.
author
DJ Delorie
<dj@redhat.com>
Fri, 22 Jul 2005 23:54:56 +0000
(23:54 +0000)
committer
DJ Delorie
<dj@redhat.com>
Fri, 22 Jul 2005 23:54:56 +0000
(23:54 +0000)
bfd/doc/ChangeLog
patch
|
blob
|
history
bfd/doc/chew.c
patch
|
blob
|
history
diff --git
a/bfd/doc/ChangeLog
b/bfd/doc/ChangeLog
index b95e7ce2b5416a1c1e29ddb92abd546cdaeb66f6..3ad9c94f5fbc4a153ac5f642e196eb2808869273 100644
(file)
--- a/
bfd/doc/ChangeLog
+++ b/
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.
diff --git
a/bfd/doc/chew.c
b/bfd/doc/chew.c
index 6d67b126a8f056887060d7cd6a453e6e2f2ba964..56aca88ed9a755defc3e6810b692ea8f68f60de4 100644
(file)
--- 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