X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgCRun.c;h=d593db094323cbc8763f99f3efea12fc6bc68511;hb=5bcba9677f6d097ecad2034b7bd039d125eaabdc;hp=b1d8b5a17018820c2924f067d231b7240bec5c62;hpb=423d477bfecd490de1449c59325c8776f91d7aac;p=ghc-hetmet.git diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c index b1d8b5a..d593db0 100644 --- a/ghc/rts/StgCRun.c +++ b/ghc/rts/StgCRun.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgCRun.c,v 1.42 2004/08/13 13:10:46 simonmar Exp $ + * $Id: StgCRun.c,v 1.43 2004/08/13 13:57:08 simonmar Exp $ * * (c) The GHC Team, 1998-2003 * @@ -69,6 +69,7 @@ register double fake_f9 __asm__("$f9"); #include "Rts.h" #include "StgRun.h" #include "RtsFlags.h" +#include "OSThreads.h" #include "Capability.h" #ifdef DEBUG