From 2e7b61267f94f4e0bff083412816e643c8e2c281 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 29 Nov 1999 13:21:32 +0000 Subject: [PATCH] [project @ 1999-11-29 13:21:32 by sewardj] error.h --> stgerror.h --- ghc/compiler/utils/StringBuffer.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index 5d724bb..115d36c 100644 --- a/ghc/compiler/utils/StringBuffer.lhs +++ b/ghc/compiler/utils/StringBuffer.lhs @@ -72,7 +72,7 @@ import ST import Char ( chr ) -- urk! -#include "../lib/std/cbits/error.h" +#include "../lib/std/cbits/stgerror.h" #if __GLASGOW_HASKELL__ >= 303 import IO ( openFile, slurpFile ) -- 1.7.10.4