[project @ 2004-11-12 17:07:54 by simonpj]
authorsimonpj <unknown>
Fri, 12 Nov 2004 17:07:54 +0000 (17:07 +0000)
committersimonpj <unknown>
Fri, 12 Nov 2004 17:07:54 +0000 (17:07 +0000)
Missing #include following per-package config changes

GHC/Unicode.hs

index 5b7d47b..b29d44f 100644 (file)
@@ -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.