From 384d5bcf83b6e7ee103fca364ca1ab6ef831834a Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 22 Feb 2003 06:13:41 +0000 Subject: [PATCH] [project @ 2003-02-22 06:13:41 by sof] bring getourtimeofday() proto into scope --- ghc/rts/Select.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 1.7.10.4