include stdlib.h, string.h and ctype.h to fix a build problem I am seeing.

svn path=/trunk/; revision=11566
This commit is contained in:
Steven Edwards 2004-11-06 21:06:52 +00:00
parent f7f3b5cbfe
commit 6b9538eb54

View file

@ -40,6 +40,9 @@
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C