From e6312f8c083dcf7e08d1b085e2d3cdbebd663795 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 20 Dec 2000 09:56:26 +0000 Subject: [PATCH] [project @ 2000-12-20 09:56:26 by simonmar] #include "HsFFI.h" for ghc-4.08.1 --- ghc/compiler/parser/hschooks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/parser/hschooks.h b/ghc/compiler/parser/hschooks.h index 7245e88..fa78dcc 100644 --- a/ghc/compiler/parser/hschooks.h +++ b/ghc/compiler/parser/hschooks.h @@ -1,9 +1,10 @@ /* ----------------------------------------------------------------------------- - * $Id: hschooks.h,v 1.2 2000/12/19 14:24:24 simonmar Exp $ + * $Id: hschooks.h,v 1.3 2000/12/20 09:56:26 simonmar Exp $ * * Hooks into the RTS from the compiler. * * -------------------------------------------------------------------------- */ +#include "HsFFI.h" void enableTimingStats( void ); void setHeapSize( HsInt size ); -- 1.7.10.4