From: simonmar Date: Tue, 1 Feb 2005 13:41:41 +0000 (+0000) Subject: [project @ 2005-02-01 13:41:41 by simonmar] X-Git-Tag: nhc98-1-18-release~43 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a120c1379e0bc28ffc06014113a49a5930a2ebeb;hp=c926c49d6a535729214d31815a748520561191a6;p=haskell-directory.git [project @ 2005-02-01 13:41:41 by simonmar] Move #include of HsBaseConfig.h up --- 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