From: ken Date: Sun, 5 Aug 2001 00:24:10 +0000 (+0000) Subject: [project @ 2001-08-05 00:24:10 by ken] X-Git-Tag: Approximately_9120_patches~1357 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5fb4879784992685f179e4347cf3745319b5c050;p=ghc-hetmet.git [project @ 2001-08-05 00:24:10 by ken] #include for memcpy prototype. --- diff --git a/ghc/lib/std/PrelIO.hsc b/ghc/lib/std/PrelIO.hsc index 6b2dc96..83813b1 100644 --- a/ghc/lib/std/PrelIO.hsc +++ b/ghc/lib/std/PrelIO.hsc @@ -3,7 +3,7 @@ #undef DEBUG_DUMP -- ----------------------------------------------------------------------------- --- $Id: PrelIO.hsc,v 1.8 2001/08/04 06:10:04 ken Exp $ +-- $Id: PrelIO.hsc,v 1.9 2001/08/05 00:24:10 ken Exp $ -- -- (c) The University of Glasgow, 1992-2001 -- @@ -18,6 +18,7 @@ module PrelIO where #include "HsStd.h" #include "PrelHandle_hsc.h" +#include import PrelBase