From 66dda5a5bb72cefc0b06467ce4b0f8e20921c52f Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 3 Oct 2004 16:50:53 +0000 Subject: [PATCH] [project @ 2004-10-03 16:50:53 by panne] Warning police (bring 'raise' into scope) --- ghc/rts/RtsUtils.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ghc/rts/RtsUtils.c b/ghc/rts/RtsUtils.c index 76eb7d1..636eff7 100644 --- a/ghc/rts/RtsUtils.c +++ b/ghc/rts/RtsUtils.c @@ -32,13 +32,12 @@ #include #include -#if defined(openbsd_TARGET_OS) -# ifdef HAVE_SIGNAL_H -# include -# endif -# ifdef HAVE_PTHREAD_H -# include -# endif +#ifdef HAVE_SIGNAL_H +#include +#endif + +#if defined(THREADED_RTS) && defined(openbsd_TARGET_OS) && defined(HAVE_PTHREAD_H) +#include #endif /* ----------------------------------------------------------------------------- -- 1.7.10.4