X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSchedule.c;h=c8a6a94d338a59d74624f7b4a12c69670688849a;hb=bc5c802181b513216bc88f0d1ec9574157ee05fe;hp=fa26c03708fd29196f45d5422818c9d2f37a3865;hpb=b19d97709b3a5f8a6be04f113525f868cc48ad53;p=ghc-hetmet.git diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index fa26c03..c8a6a94 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.99 2001/07/30 09:47:13 simonmar Exp $ + * $Id: Schedule.c,v 1.100 2001/08/14 13:40:09 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -74,6 +74,7 @@ //@node Includes, Variables and Data structures, Main scheduling code, Main scheduling code //@subsection Includes +#include "PosixSource.h" #include "Rts.h" #include "SchedAPI.h" #include "RtsUtils.h"