From 0f2ca5892a27b3ed3a2d373b8628bbfed56e93ac Mon Sep 17 00:00:00 2001 From: keithw Date: Mon, 29 Nov 1999 14:52:24 +0000 Subject: [PATCH] [project @ 1999-11-29 14:52:24 by keithw] error.h -> stgerror.h --- ghc/lib/std/PrelHandle.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/PrelHandle.lhs b/ghc/lib/std/PrelHandle.lhs index 5e32122..41feadc 100644 --- a/ghc/lib/std/PrelHandle.lhs +++ b/ghc/lib/std/PrelHandle.lhs @@ -9,7 +9,7 @@ which are supported for them. \begin{code} {-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-} -#include "cbits/error.h" +#include "cbits/stgerror.h" #ifndef __HUGS__ /* Hugs just includes this in PreludeBuiltin so no header needed */ module PrelHandle where -- 1.7.10.4