From a120c1379e0bc28ffc06014113a49a5930a2ebeb Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 1 Feb 2005 13:41:41 +0000 Subject: [PATCH 1/1] [project @ 2005-02-01 13:41:41 by simonmar] Move #include of HsBaseConfig.h up --- System/Posix/Signals.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Posix/Signals.hs b/System/Posix/Signals.hs index 6f76d44..457c9ed 100644 --- a/System/Posix/Signals.hs +++ b/System/Posix/Signals.hs @@ -12,6 +12,8 @@ -- ----------------------------------------------------------------------------- +#include "HsBaseConfig.h" + module System.Posix.Signals ( #ifndef mingw32_HOST_OS -- * The Signal type @@ -98,8 +100,6 @@ import Prelude -- necessary to get dependencies right #include "Signals.h" #endif -#include "HsBaseConfig.h" - import Foreign import Foreign.C import System.IO.Unsafe -- 1.7.10.4