[project @ 2001-08-17 11:06:58 by simonmar]
authorsimonmar <unknown>
Fri, 17 Aug 2001 11:06:58 +0000 (11:06 +0000)
committersimonmar <unknown>
Fri, 17 Aug 2001 11:06:58 +0000 (11:06 +0000)
include <string.h>

ghc/lib/std/cbits/HsStd.h

index f38013a..5c9e932 100644 (file)
@@ -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 <errno.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
 #if defined(HAVE_GETTIMEOFDAY)
 #  ifdef HAVE_SYS_TIME_H
 #   include <sys/time.h>