changeset 26311:6f64bccafad6

Use string.h for strsignal.
author Dave Love <fx@gnu.org>
date Tue, 02 Nov 1999 14:22:15 +0000
parents f7812754ea2a
children 62ed5e47e20c
files src/process.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <unistd.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
 
 #ifdef WINDOWSNT
 #include <stdlib.h>