From 37f64a8af0ef525fa971e45f56c68de10c440199 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 17 Aug 2001 11:06:58 +0000 Subject: [PATCH] [project @ 2001-08-17 11:06:58 by simonmar] include --- ghc/lib/std/cbits/HsStd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc/lib/std/cbits/HsStd.h b/ghc/lib/std/cbits/HsStd.h index f38013a..5c9e932 100644 --- a/ghc/lib/std/cbits/HsStd.h +++ b/ghc/lib/std/cbits/HsStd.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsStd.h,v 1.3 2001/06/06 11:03:48 simonmar Exp $ + * $Id: HsStd.h,v 1.4 2001/08/17 11:06:58 simonmar Exp $ * * Definitions for package `std' which are visible in Haskell land. * @@ -31,6 +31,9 @@ #ifdef HAVE_ERRNO_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif #if defined(HAVE_GETTIMEOFDAY) # ifdef HAVE_SYS_TIME_H # include -- 1.7.10.4