From 171601521257961aa5e412884f6579c896b4c6b0 Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 21 Apr 2000 18:09:30 +0000 Subject: [PATCH] [project @ 2000-04-21 18:09:30 by panne] Include Weak.h to remove a warning --- ghc/interpreter/compiler.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 1.7.10.4