From 787e7d83405af4644612284a00a61626c2c27864 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 12 Jan 2001 15:48:56 +0000 Subject: [PATCH] [project @ 2001-01-12 15:48:56 by simonmar] get CTime from PrelCTypesISO --- ghc/lib/std/Directory.hsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4