* chew.c: Include <string.h>.

This commit is contained in:
Daniel Jacobowitz 2005-07-24 16:57:42 +00:00
parent b73aa40604
commit 99356e9020
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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