From: simonm Date: Thu, 2 Jul 1998 08:49:25 +0000 (+0000) Subject: [project @ 1998-07-02 08:49:25 by simonm] X-Git-Tag: Approx_2487_patches~535 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=35e3879f5877a6e9fd969f0c9d7c1c49e594f2f7;p=ghc-hetmet.git [project @ 1998-07-02 08:49:25 by simonm] need Addr import. --- diff --git a/ghc/lib/posix/PosixUtil.lhs b/ghc/lib/posix/PosixUtil.lhs index 2b3c0d3..0beb1bf 100644 --- a/ghc/lib/posix/PosixUtil.lhs +++ b/ghc/lib/posix/PosixUtil.lhs @@ -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