* chew.c: Include stdlib.h.
authorDJ Delorie <dj@redhat.com>
Fri, 22 Jul 2005 23:54:56 +0000 (23:54 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 22 Jul 2005 23:54:56 +0000 (23:54 +0000)
bfd/doc/ChangeLog
bfd/doc/chew.c

index b95e7ce2b5416a1c1e29ddb92abd546cdaeb66f6..3ad9c94f5fbc4a153ac5f642e196eb2808869273 100644 (file)
@@ -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.
index 6d67b126a8f056887060d7cd6a453e6e2f2ba964..56aca88ed9a755defc3e6810b692ea8f68f60de4 100644 (file)
@@ -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