X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Frts%2Fparallel%2FFetchMe.hc;h=799f12672cb27d079bae6da5a79669ab44de2637;hp=b25d6e54706314a64ddca99e3526a8c8695a44ad;hb=50027272414438955dbc41696541cbd25da55883;hpb=4f4e61a3e5c29075acc8d5128fd93e81b4116550 diff --git a/ghc/rts/parallel/FetchMe.hc b/ghc/rts/parallel/FetchMe.hc index b25d6e5..799f126 100644 --- a/ghc/rts/parallel/FetchMe.hc +++ b/ghc/rts/parallel/FetchMe.hc @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- Time-stamp: - $Id: FetchMe.hc,v 1.6 2001/03/22 03:51:11 hwloidl Exp $ + $Id: FetchMe.hc,v 1.7 2001/03/23 16:36:21 simonmar Exp $ Entry code for a FETCH_ME closure @@ -21,6 +21,7 @@ //@node Includes, Info tables //@subsection Includes +#include "Stg.h" #include "Rts.h" #include "RtsFlags.h" #include "RtsUtils.h"