From: sewardj Date: Wed, 28 Feb 2001 14:23:55 +0000 (+0000) Subject: [project @ 2001-02-28 14:23:55 by sewardj] X-Git-Tag: Approximately_9120_patches~2515 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c7d594318efe7eca8e84ef19ae167cf75a9a3092;p=ghc-hetmet.git [project @ 2001-02-28 14:23:55 by sewardj] Correctly #include . --- diff --git a/ghc/rts/Select.c b/ghc/rts/Select.c index 644bb41..1682481 100644 --- a/ghc/rts/Select.c +++ b/ghc/rts/Select.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Select.c,v 1.15 2001/02/27 12:43:45 rrt Exp $ + * $Id: Select.c,v 1.16 2001/02/28 14:23:55 sewardj Exp $ * * (c) The GHC Team 1995-1999 * @@ -26,7 +26,7 @@ # endif # ifdef mingw32_TARGET_OS -# include +# include # endif /* last timestamp */