From: keithw Date: Mon, 29 Nov 1999 14:52:24 +0000 (+0000) Subject: [project @ 1999-11-29 14:52:24 by keithw] X-Git-Tag: Approximately_9120_patches~5473 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0f2ca5892a27b3ed3a2d373b8628bbfed56e93ac;hp=2e7b61267f94f4e0bff083412816e643c8e2c281;p=ghc-hetmet.git [project @ 1999-11-29 14:52:24 by keithw] error.h -> stgerror.h --- 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