From: simonpj Date: Fri, 12 Nov 2004 17:07:54 +0000 (+0000) Subject: [project @ 2004-11-12 17:07:54 by simonpj] X-Git-Tag: nhc98-1-18-release~192 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=62aa5cf8bbbc0c357c6c61caaa62bb94999581df;p=haskell-directory.git [project @ 2004-11-12 17:07:54 by simonpj] Missing #include following per-package config changes --- diff --git a/GHC/Unicode.hs b/GHC/Unicode.hs index 5b7d47b..b29d44f 100644 --- a/GHC/Unicode.hs +++ b/GHC/Unicode.hs @@ -31,6 +31,7 @@ import GHC.Word import GHC.Num (fromInteger) #include "ghcconfig.h" +#include "HsBaseConfig.h" -- | Selects the first 128 characters of the Unicode character set, -- corresponding to the ASCII character set.