From: sof Date: Sat, 22 Feb 2003 06:13:41 +0000 (+0000) Subject: [project @ 2003-02-22 06:13:41 by sof] X-Git-Tag: Approx_11550_changesets_converted~1104 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=384d5bcf83b6e7ee103fca364ca1ab6ef831834a;p=ghc-hetmet.git [project @ 2003-02-22 06:13:41 by sof] bring getourtimeofday() proto into scope --- diff --git a/ghc/rts/Select.c b/ghc/rts/Select.c index e698d8e..73aad1a 100644 --- a/ghc/rts/Select.c +++ b/ghc/rts/Select.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Select.c,v 1.25 2003/02/22 04:51:57 sof Exp $ + * $Id: Select.c,v 1.26 2003/02/22 06:13:41 sof Exp $ * * (c) The GHC Team 1995-2002 * @@ -19,6 +19,7 @@ #include "RtsUtils.h" #include "RtsFlags.h" #include "Timer.h" +#include "Itimer.h" #include "Signals.h" #include "Capability.h"