From: panne Date: Fri, 21 Apr 2000 18:09:30 +0000 (+0000) Subject: [project @ 2000-04-21 18:09:30 by panne] X-Git-Tag: Approximately_9120_patches~4623 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=171601521257961aa5e412884f6579c896b4c6b0;p=ghc-hetmet.git [project @ 2000-04-21 18:09:30 by panne] Include Weak.h to remove a warning --- 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: