Include string.h for prototypes so this builds on the Alpha.

This commit is contained in:
thorpej 1997-10-25 02:02:02 +00:00
parent 72434afdb5
commit 56040257a5

View File

@ -36,6 +36,8 @@
# include "ansi_stdlib.h"
#endif /* HAVE_STDLIB_H */
#include <string.h>
extern char *xmalloc (), *xrealloc ();
#if !defined (SHELL)