X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSelect.c;h=677fdd2c8198103a9e0c095efc532593c405b113;hb=c389ab20bbfd0ea98953d630502a43fe44050f2c;hp=70e0a0349cb60b64b2a690c9cf075d91b9f4384b;hpb=fa6b1e4523a9d8a1fe85a95e5c69e767746cbe7d;p=ghc-hetmet.git diff --git a/ghc/rts/Select.c b/ghc/rts/Select.c index 70e0a03..677fdd2 100644 --- a/ghc/rts/Select.c +++ b/ghc/rts/Select.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Select.c,v 1.28 2003/04/01 15:05:22 sof Exp $ + * $Id: Select.c,v 1.29 2003/06/26 12:22:59 stolz Exp $ * * (c) The GHC Team 1995-2002 * @@ -31,6 +31,10 @@ #include #include +#ifdef HAVE_UNISTD_H +#include +#endif + /* last timestamp */ nat timestamp = 0;