From 30bcb36954c13a097ee9ea1684cbbf50f2becd4e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 21 Jan 1999 05:43:40 +0000 Subject: Include signal.h only when the signal names will be needed. --- gstrfuncs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gstrfuncs.c') diff --git a/gstrfuncs.c b/gstrfuncs.c index dde990159..d5c00b7c8 100644 --- a/gstrfuncs.c +++ b/gstrfuncs.c @@ -31,7 +31,9 @@ #include #include #include /* For tolower() */ +#if !defined (HAVE_STRSIGNAL) && NO_SYS_SIGLIST #include +#endif #include "glib.h" /* do not include in this place since it * inteferes with g_strsignal() on some OSes -- cgit v1.2.3