[project @ 2005-02-01 13:41:41 by simonmar]
authorsimonmar <unknown>
Tue, 1 Feb 2005 13:41:41 +0000 (13:41 +0000)
committersimonmar <unknown>
Tue, 1 Feb 2005 13:41:41 +0000 (13:41 +0000)
Move #include of HsBaseConfig.h up

System/Posix/Signals.hs

index 6f76d44..457c9ed 100644 (file)
@@ -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