From 4b0cbf067ff1231d66082e52b6a46396a42f492b Mon Sep 17 00:00:00 2001 From: qrczak Date: Fri, 18 Aug 2000 18:08:48 +0000 Subject: [PATCH] [project @ 2000-08-18 18:08:48 by qrczak] #include "config.h", to be able to use HsFFI.h from standalone C files. --- ghc/includes/HsFFI.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/includes/HsFFI.h b/ghc/includes/HsFFI.h index 46a2776..f51d41a 100644 --- a/ghc/includes/HsFFI.h +++ b/ghc/includes/HsFFI.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsFFI.h,v 1.4 2000/08/07 23:37:23 qrczak Exp $ + * $Id: HsFFI.h,v 1.5 2000/08/18 18:08:48 qrczak Exp $ * * (c) The GHC Team, 2000 * @@ -14,6 +14,7 @@ #define HSFFI_H /* get types from GHC's runtime system */ +#include "config.h" #include "StgTypes.h" /* get limits for integral types */ -- 1.7.10.4