[project @ 2004-09-02 05:57:41 by dons]
[ghc-base.git] / GHC / IO.hs
index b58c8cd..29fdc60 100644 (file)
--- a/GHC/IO.hs
+++ b/GHC/IO.hs
@@ -27,7 +27,7 @@ module GHC.IO (
    memcpy_baoff_ptr,
  ) where
 
-#include "config.h"
+#include "ghcconfig.h"
 
 import Foreign
 import Foreign.C