Merge from gnu/dist:

Need <string.h> for strcpy() and strlen() prototypes.
This commit is contained in:
tv 2001-01-31 15:22:51 +00:00
parent 718eabbba3
commit 04a11cccb0

View File

@ -29,6 +29,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdarg.h> /* for varargs and va_list's */
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stddef.h> /* so noone else will get system versions */