* chew.c: Include <string.h>.
This commit is contained in:
parent
b73aa40604
commit
99356e9020
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user