Need string.h for prototypes.

This commit is contained in:
thorpej 1999-02-12 01:42:29 +00:00
parent a4376d6a58
commit b2f736b716

View File

@ -72,6 +72,10 @@
#include <unistd.h>
#endif /* GNU C library. */
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef VMS
#include <unixlib.h>
#if HAVE_STRING_H - 0