From 190af8d668216b3b8db91e490df281ae9d86ed7f Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 14 Feb 2002 07:31:34 +0000 Subject: [PATCH] [project @ 2002-02-14 07:31:34 by sof] hook in timeUtils.h --- include/HsBase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/HsBase.h b/include/HsBase.h index 5ec4a06..d5612d7 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsBase.h,v 1.2 2002/02/13 10:17:29 simonmar Exp $ + * $Id: HsBase.h,v 1.3 2002/02/14 07:31:34 sof Exp $ * * (c) The University of Glasgow 2001-2002 * @@ -101,6 +101,7 @@ #ifdef _WIN32 #include #include +#include "timeUtils.h" #endif /* in ghc_errno.c */ -- 1.7.10.4