X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStats.c;h=3c4d6e6cd441037ca2c8a62bf70a753a480a1c4f;hb=3eb89949b29137d1706b0412373fed775b9f05a1;hp=70dd866f3b3d42f91f7afa31af71c4cccd69b3ef;hpb=dfd7d6d02a597949b08161ae3d49dc6dfc9e812d;p=ghc-hetmet.git diff --git a/ghc/rts/Stats.c b/ghc/rts/Stats.c index 70dd866..3c4d6e6 100644 --- a/ghc/rts/Stats.c +++ b/ghc/rts/Stats.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stats.c,v 1.31 2001/07/23 17:23:20 simonmar Exp $ + * $Id: Stats.c,v 1.32 2001/08/14 13:40:09 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -7,7 +7,9 @@ * * ---------------------------------------------------------------------------*/ -#define NON_POSIX_SOURCE +/* Alas, no. This source is non-posix. + #include "PosixSource.h" +*/ #include "Rts.h" #include "RtsFlags.h"