X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2Fcbits%2FHsStd.h;h=5c9e932d7bc3bc0474c96c1d4ac689c9356a1db1;hb=37f64a8af0ef525fa971e45f56c68de10c440199;hp=f38013ad6ec2ab38b918c6593c49c3fa3f8cbab6;hpb=25fda5206d1feee8a010bcaf50a9d78ddd0092a6;p=ghc-hetmet.git 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