From 35e3879f5877a6e9fd969f0c9d7c1c49e594f2f7 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 2 Jul 1998 08:49:25 +0000 Subject: [PATCH] [project @ 1998-07-02 08:49:25 by simonm] need Addr import. --- ghc/lib/posix/PosixUtil.lhs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4