summaryrefslogtreecommitdiff
path: root/libraries/base/System/Environment.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-08-13 13:29:07 +0000
committersimonmar <unknown>2004-08-13 13:29:07 +0000
commit69eb297c4ad460e4dc5d905c087a194e31dd3ed9 (patch)
tree9c883378e07481afda05b57fb1da5080dac0ded7 /libraries/base/System/Environment.hs
parentd029634409f6106141615f12eb5a6ebb61434929 (diff)
downloadhaskell-69eb297c4ad460e4dc5d905c087a194e31dd3ed9.tar.gz
[project @ 2004-08-13 13:29:00 by simonmar]
Changes required be merge of backend-hacking-branch. Mostly config.h ==> ghcconfig.h.
Diffstat (limited to 'libraries/base/System/Environment.hs')
-rw-r--r--libraries/base/System/Environment.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/Environment.hs b/libraries/base/System/Environment.hs
index 245a9db419..bd285e5820 100644
--- a/libraries/base/System/Environment.hs
+++ b/libraries/base/System/Environment.hs
@@ -31,7 +31,7 @@ import Foreign.C
import Control.Exception ( bracket )
import Control.Monad
import GHC.IOBase
-#include "config.h"
+#include "ghcconfig.h"
#endif
#ifdef __HUGS__