From: sof Date: Thu, 4 Mar 1999 13:07:48 +0000 (+0000) Subject: [project @ 1999-03-04 13:07:48 by sof] X-Git-Tag: Approximately_9120_patches~6420 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bacf674b56525e96cd274a41e1dd90e2e7139e97;p=ghc-hetmet.git [project @ 1999-03-04 13:07:48 by sof] more cygwin tweakage, this time for b19 --- diff --git a/ghc/rts/Stats.c b/ghc/rts/Stats.c index d27816e..fa0fe8f 100644 --- a/ghc/rts/Stats.c +++ b/ghc/rts/Stats.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stats.c,v 1.11 1999/03/04 10:56:51 sof Exp $ + * $Id: Stats.c,v 1.12 1999/03/04 13:07:48 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -65,6 +65,12 @@ #include #endif +#ifdef __CYGWIN32__ +# ifdef HAVE_TIME_H +# include +# endif +#endif + #if ! irix_TARGET_OS && ! defined(__MINGW32__) # if defined(HAVE_SYS_RESOURCE_H) # include