Include <string.h> to declare various functions.

svn path=/trunk/; revision=12792
This commit is contained in:
Guy Harris 2004-12-20 22:25:13 +00:00
parent e20d80ea57
commit 65d7e1d97c

View file

@ -69,6 +69,11 @@
#include "config.h"
#endif
#include <string.h>
/*
* XXX - are the next two includes necessary?
*/
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif