X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2Fcompiler.c;h=75b927076d1dcb5563f197001ffbeb61c08463e7;hb=171601521257961aa5e412884f6579c896b4c6b0;hp=20bc336014454b5f76d1dfcf50d5a3422532493c;hpb=1399fe03d27b2351bd380e4621fe200c699a0ff4;p=ghc-hetmet.git diff --git a/ghc/interpreter/compiler.c b/ghc/interpreter/compiler.c index 20bc336..75b9270 100644 --- a/ghc/interpreter/compiler.c +++ b/ghc/interpreter/compiler.c @@ -11,8 +11,8 @@ * included in the distribution. * * $RCSfile: compiler.c,v $ - * $Revision: 1.28 $ - * $Date: 2000/04/14 15:18:06 $ + * $Revision: 1.29 $ + * $Date: 2000/04/21 18:09:30 $ * ------------------------------------------------------------------------*/ #include "hugsbasictypes.h" @@ -24,6 +24,7 @@ #include "RtsAPI.h" /* for rts_eval and related stuff */ #include "SchedAPI.h" /* for RevertCAFs */ #include "Schedule.h" +#include "Weak.h" /* for finalizeWeakPointersNow */ /* -------------------------------------------------------------------------- * Local function prototypes: