[project @ 2004-08-13 13:29:00 by simonmar]
[haskell-directory.git] / System / Environment.hs
index 245a9db..bd285e5 100644 (file)
@@ -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__