summaryrefslogtreecommitdiff
path: root/ghc/rts/Select.c
diff options
context:
space:
mode:
authorsof <unknown>2003-02-22 06:13:41 +0000
committersof <unknown>2003-02-22 06:13:41 +0000
commit384d5bcf83b6e7ee103fca364ca1ab6ef831834a (patch)
treeb07792345ecdb17f23f4437fff5e4de13c5da12e /ghc/rts/Select.c
parent557947d3f93e11285e36423ddb08d859af60ab47 (diff)
downloadhaskell-384d5bcf83b6e7ee103fca364ca1ab6ef831834a.tar.gz
[project @ 2003-02-22 06:13:41 by sof]
bring getourtimeofday() proto into scope
Diffstat (limited to 'ghc/rts/Select.c')
-rw-r--r--ghc/rts/Select.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/rts/Select.c b/ghc/rts/Select.c
index e698d8ee36..73aad1a2a6 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"