include string.h

This commit is contained in:
Ken Raeburn
1993-04-05 18:00:40 +00:00
parent c0991e3eda
commit cbcf557273

View File

@ -25,6 +25,8 @@
#define HAVE_STRERROR
#include <string.h>
#ifdef __STDC__
extern void *malloc (), *realloc ();
#else