From: simonm Date: Fri, 3 Jul 1998 08:58:07 +0000 (+0000) Subject: [project @ 1998-07-03 08:58:07 by simonm] X-Git-Tag: Approx_2487_patches~530 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6c251673517a7283bd3b9cc9ab0a7af97805ad49;p=ghc-hetmet.git [project @ 1998-07-03 08:58:07 by simonm] need to import Addr. --- diff --git a/ghc/lib/misc/BSD.lhs b/ghc/lib/misc/BSD.lhs index 7f02326..e7d841a 100644 --- a/ghc/lib/misc/BSD.lhs +++ b/ghc/lib/misc/BSD.lhs @@ -63,7 +63,8 @@ import GlaExts import PrelIOBase -import Foreign -- Addr.. +import Foreign +import Addr import PackedString ( byteArrayToPS, unpackPS ) import PosixUtil ( strcpy, unvectorize )