[project @ 2005-02-01 13:41:41 by simonmar]
[haskell-directory.git] / 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