From: simonmar Date: Fri, 12 Jan 2001 15:48:56 +0000 (+0000) Subject: [project @ 2001-01-12 15:48:56 by simonmar] X-Git-Tag: Approximately_9120_patches~2929 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=787e7d83405af4644612284a00a61626c2c27864;p=ghc-hetmet.git [project @ 2001-01-12 15:48:56 by simonmar] get CTime from PrelCTypesISO --- diff --git a/ghc/lib/std/Directory.hsc b/ghc/lib/std/Directory.hsc index e3760e4..67f959f 100644 --- a/ghc/lib/std/Directory.hsc +++ b/ghc/lib/std/Directory.hsc @@ -1,5 +1,5 @@ -- ----------------------------------------------------------------------------- --- $Id: Directory.hsc,v 1.1 2001/01/11 17:25:57 simonmar Exp $ +-- $Id: Directory.hsc,v 1.2 2001/01/12 15:48:56 simonmar Exp $ -- -- (c) The University of Glasgow, 1994-2000 -- @@ -57,6 +57,7 @@ import Time ( ClockTime(..) ) import PrelStorable import PrelCString import PrelMarshalAlloc +import PrelCTypesISO import PrelCTypes import PrelPosixTypes import PrelCError