summaryrefslogtreecommitdiff
path: root/gstrfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gstrfuncs.c')
-rw-r--r--gstrfuncs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gstrfuncs.c b/gstrfuncs.c
index dde990159..d5c00b7c8 100644
--- a/gstrfuncs.c
+++ b/gstrfuncs.c
@@ -31,7 +31,9 @@
#include <string.h>
#include <locale.h>
#include <ctype.h> /* For tolower() */
+#if !defined (HAVE_STRSIGNAL) && NO_SYS_SIGLIST
#include <signal.h>
+#endif
#include "glib.h"
/* do not include <unistd.h> in this place since it
* inteferes with g_strsignal() on some OSes