From 074097275d1a29d1cb3f25330f0633f797f9bdae Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 17 Jul 2002 09:22:20 +0000 Subject: [PATCH] [project @ 2002-07-17 09:22:20 by simonmar] Need to #include now that Stg.h doesn't. --- include/HsBase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/HsBase.h b/include/HsBase.h index b7e3d02..0d9aab3 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsBase.h,v 1.9 2002/07/04 13:33:25 simonmar Exp $ + * $Id: HsBase.h,v 1.10 2002/07/17 09:22:20 simonmar Exp $ * * (c) The University of Glasgow 2001-2002 * @@ -15,6 +15,7 @@ #include #include +#include #ifdef HAVE_SYS_TYPES_H #include -- 1.7.10.4