From bacf674b56525e96cd274a41e1dd90e2e7139e97 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 4 Mar 1999 13:07:48 +0000 Subject: [PATCH] [project @ 1999-03-04 13:07:48 by sof] more cygwin tweakage, this time for b19 --- ghc/rts/Stats.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 1.7.10.4