X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSparks.c;h=46c3225256026b41d13468ba6ebdd0d4d9d88ca2;hb=bc5c802181b513216bc88f0d1ec9574157ee05fe;hp=9a37d6970bd37e0c32c38eb099f1536f75534396;hpb=b19d97709b3a5f8a6be04f113525f868cc48ad53;p=ghc-hetmet.git diff --git a/ghc/rts/Sparks.c b/ghc/rts/Sparks.c index 9a37d69..46c3225 100644 --- a/ghc/rts/Sparks.c +++ b/ghc/rts/Sparks.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Sparks.c,v 1.3 2001/03/22 03:51:10 hwloidl Exp $ + * $Id: Sparks.c,v 1.4 2001/08/14 13:40:09 sewardj Exp $ * * (c) The GHC Team, 2000 * @@ -20,6 +20,7 @@ //@node Includes, GUM code, Spark Management Routines, Spark Management Routines //@subsection Includes +#include "PosixSource.h" #include "Rts.h" #include "Schedule.h" #include "SchedAPI.h"