diff options
author | simonmar <unknown> | 2004-08-13 13:29:07 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-08-13 13:29:07 +0000 |
commit | 69eb297c4ad460e4dc5d905c087a194e31dd3ed9 (patch) | |
tree | 9c883378e07481afda05b57fb1da5080dac0ded7 /libraries/base/System/Environment.hs | |
parent | d029634409f6106141615f12eb5a6ebb61434929 (diff) | |
download | haskell-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.hs | 2 |
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__ |