summaryrefslogtreecommitdiff
path: root/ghc/includes/HsFFI.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/includes/HsFFI.h')
-rw-r--r--ghc/includes/HsFFI.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ghc/includes/HsFFI.h b/ghc/includes/HsFFI.h
index fc029bb21f..a96cb95c91 100644
--- a/ghc/includes/HsFFI.h
+++ b/ghc/includes/HsFFI.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: HsFFI.h,v 1.19 2004/04/12 16:26:40 panne Exp $
+ * $Id: HsFFI.h,v 1.20 2004/08/13 13:09:13 simonmar Exp $
*
* (c) The GHC Team, 2000
*
@@ -18,7 +18,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 */