X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProftimer.c;h=402539553e8c4b672aa161b4f53abe5f03f6d461;hb=06fa575f4b4c51ab48fc4e7f5bd512b8c30325f9;hp=a34752e001f5659bbe666811cb9202272f5ad261;hpb=55c8be525c07ee7b4a3d34c23d580580fd825fce;p=ghc-hetmet.git diff --git a/ghc/rts/Proftimer.c b/ghc/rts/Proftimer.c index a34752e..4025395 100644 --- a/ghc/rts/Proftimer.c +++ b/ghc/rts/Proftimer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Proftimer.c,v 1.9 2001/12/12 14:31:43 simonmar Exp $ + * $Id: Proftimer.c,v 1.10 2002/07/18 09:12:34 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -11,6 +11,8 @@ #include "PosixSource.h" +#include + #include "Rts.h" #include "Profiling.h" #include "Itimer.h"