[project @ 1998-07-02 08:49:25 by simonm]
authorsimonm <unknown>
Thu, 2 Jul 1998 08:49:25 +0000 (08:49 +0000)
committersimonm <unknown>
Thu, 2 Jul 1998 08:49:25 +0000 (08:49 +0000)
need Addr import.

ghc/lib/posix/PosixUtil.lhs

index 2b3c0d3..0beb1bf 100644 (file)
@@ -9,6 +9,7 @@ module PosixUtil where
 import ST
 import PrelST   -- ST representation
 import PrelIOBase  -- IOError representation
+import Addr
 import Foreign
 import CCall
 import PrelBase