[project @ 2004-12-02 15:57:02 by ross]
[ghc-base.git] / System / Process / Internals.hs
index 6751d15..f53dd5b 100644 (file)
@@ -21,6 +21,8 @@ module System.Process.Internals (
 #endif
   ) where
 
+import Prelude -- necessary to get dependencies right
+
 #if !defined(mingw32_TARGET_OS) && !defined(__MINGW32__)
 import System.Posix.Types ( CPid )
 #else
@@ -31,7 +33,7 @@ import Foreign.C.Types ( CInt )
 import Foreign.Ptr ( Ptr )
 
 #ifdef __HUGS__
-{-# CBITS execvpe.c  #-}
+{-# CFILES cbits/execvpe.c  #-}
 #endif
 
 -- ----------------------------------------------------------------------------