[project @ 2004-11-26 11:58:18 by simonmar]
[haskell-directory.git] / System / Process / Internals.hs
index 6751d15..0d01825 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