Need string.h for prototypes.

This commit is contained in:
thorpej 1999-02-12 00:09:10 +00:00
parent 205851f433
commit 999252997e

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