summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsSymbols.c')
-rw-r--r--rts/RtsSymbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
index 64545d2e09..96a8d1cdb3 100644
--- a/rts/RtsSymbols.c
+++ b/rts/RtsSymbols.c
@@ -18,7 +18,7 @@
#include "sm/NonMovingMark.h"
#include <stdbool.h>
-#if !defined(mingw32_HOST_OS)
+#if !defined(mingw32_HOST_OS) && defined(HAVE_SIGNAL_H)
#include "posix/Signals.h"
#endif