From: qrczak Date: Fri, 18 Aug 2000 18:08:48 +0000 (+0000) Subject: [project @ 2000-08-18 18:08:48 by qrczak] X-Git-Tag: Approximately_9120_patches~3855 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4b0cbf067ff1231d66082e52b6a46396a42f492b;p=ghc-hetmet.git [project @ 2000-08-18 18:08:48 by qrczak] #include "config.h", to be able to use HsFFI.h from standalone C files. --- 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 */