[project @ 2005-01-13 10:23:07 by simonmar]
[haskell-directory.git] / System / Process.hs
index 7216ac7..3ae8fec 100644 (file)
@@ -45,6 +45,8 @@ module System.Process (
        terminateProcess,
  ) where
 
+import Prelude
+
 import System.Process.Internals
 
 import Foreign