# HG changeset patch # User Dave Love # Date 941552535 0 # Node ID 6f64bccafad6f80ddcaf0d98fe3aa3b722cc66a8 # Parent f7812754ea2aed6927033bfb609b79e5be46ceea Use string.h for strsignal. diff -r f7812754ea2a -r 6f64bccafad6 src/process.c --- a/src/process.c Tue Nov 02 13:25:16 1999 +0000 +++ b/src/process.c Tue Nov 02 14:22:15 1999 +0000 @@ -43,6 +43,9 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif #ifdef WINDOWSNT #include