fix profiling on Win32
[ghc-hetmet.git] / ghc / includes / HsFFI.h
index fc029bb..70891a2 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: HsFFI.h,v 1.19 2004/04/12 16:26:40 panne Exp $
  *
  * (c) The GHC Team, 2000
  *
@@ -18,7 +17,8 @@ extern "C" {
 #endif
 
 /* get types from GHC's runtime system */
-#include "config.h"
+#include "ghcconfig.h"
+#include "RtsConfig.h"
 #include "StgTypes.h"
 
 /* get limits for integral types */