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