From: sof Date: Sun, 18 May 1997 04:03:03 +0000 (+0000) Subject: [project @ 1997-05-18 04:03:03 by sof] X-Git-Tag: Approximately_1000_patches_recorded~692 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a45d637e68f616061ae393e1e7d350868b483b44;p=ghc-hetmet.git [project @ 1997-05-18 04:03:03 by sof] Added import Foreign --- diff --git a/ghc/lib/required/Time.lhs b/ghc/lib/required/Time.lhs index 0c172e9..266fad5 100644 --- a/ghc/lib/required/Time.lhs +++ b/ghc/lib/required/Time.lhs @@ -31,6 +31,7 @@ import ArrBase import STBase import ST import Ix +import Foreign( Addr(..) ) import Char (intToDigit) import PackedString (unpackPS, packCBytesST) import Locale