From: simonmar Date: Wed, 20 Dec 2000 09:56:26 +0000 (+0000) Subject: [project @ 2000-12-20 09:56:26 by simonmar] X-Git-Tag: Approximately_9120_patches~3040 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e6312f8c083dcf7e08d1b085e2d3cdbebd663795;p=ghc-hetmet.git [project @ 2000-12-20 09:56:26 by simonmar] #include "HsFFI.h" for ghc-4.08.1 --- 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 );