From 62aa5cf8bbbc0c357c6c61caaa62bb94999581df Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 12 Nov 2004 17:07:54 +0000 Subject: [PATCH] [project @ 2004-11-12 17:07:54 by simonpj] Missing #include following per-package config changes --- GHC/Unicode.hs | 1 + 1 file changed, 1 insertion(+) 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. -- 1.7.10.4