From 12ef6a068f01d7ebb676475bba4ffdd9c93048d9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 13 Feb 2002 10:17:29 +0000 Subject: [PATCH] [project @ 2002-02-13 10:17:29 by simonmar] include to get PATH_MAX --- include/HsBase.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/HsBase.h b/include/HsBase.h index debf74e..5ec4a06 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsBase.h,v 1.1 2002/02/07 11:13:30 simonmar Exp $ + * $Id: HsBase.h,v 1.2 2002/02/13 10:17:29 simonmar Exp $ * * (c) The University of Glasgow 2001-2002 * @@ -71,6 +71,9 @@ #ifdef HAVE_WINSOCK_H #include #endif +#ifdef HAVE_LIMITS_H +#include +#endif #if !defined(mingw32_TARGET_OS) && !defined(irix_TARGET_OS) # if defined(HAVE_SYS_RESOURCE_H) -- 1.7.10.4