* chew.c: Include stdlib.h.

This commit is contained in:
DJ Delorie
2005-07-22 23:54:56 +00:00
parent d8bacf76e8
commit d4ad1cbf1d
2 changed files with 5 additions and 0 deletions

View 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