[project @ 2003-02-22 06:13:41 by sof]
authorsof <unknown>
Sat, 22 Feb 2003 06:13:41 +0000 (06:13 +0000)
committersof <unknown>
Sat, 22 Feb 2003 06:13:41 +0000 (06:13 +0000)
bring getourtimeofday() proto into scope

ghc/rts/Select.c

index e698d8e..73aad1a 100644 (file)
@@ -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"