From c7d594318efe7eca8e84ef19ae167cf75a9a3092 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 28 Feb 2001 14:23:55 +0000 Subject: [PATCH] [project @ 2001-02-28 14:23:55 by sewardj] Correctly #include . --- ghc/rts/Select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 1.7.10.4