From 2d2a11e42a3c05b31e344e75ef2d88d039b4d1a0 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 7 Nov 2001 18:26:27 +0000 Subject: [PATCH] [project @ 2001-11-07 18:26:27 by sof] bring writeErrString__() proto into scope --- ghc/lib/std/cbits/writeError.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc/lib/std/cbits/writeError.c b/ghc/lib/std/cbits/writeError.c index ba483a9..e5d2d0e 100644 --- a/ghc/lib/std/cbits/writeError.c +++ b/ghc/lib/std/cbits/writeError.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1998 * - * $Id: writeError.c,v 1.8 2001/07/16 09:23:24 rrt Exp $ + * $Id: writeError.c,v 1.9 2001/11/07 18:26:27 sof Exp $ * * hPutStr Runtime Support */ @@ -20,8 +20,10 @@ implementation in one or two places.) #include "RtsUtils.h" #include "HsStd.h" +#include "PrelIOUtils.h" + void -writeErrString__ (HsAddr msg_hdr, HsAddr msg, HsInt len) +writeErrString__(HsAddr msg_hdr, HsAddr msg, HsInt len) { int count = 0; char* p = (char*)msg; -- 1.7.10.4