From: simonmar Date: Wed, 13 Feb 2002 10:17:29 +0000 (+0000) Subject: [project @ 2002-02-13 10:17:29 by simonmar] X-Git-Tag: nhc98-1-18-release~1128 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=12ef6a068f01d7ebb676475bba4ffdd9c93048d9;p=haskell-directory.git [project @ 2002-02-13 10:17:29 by simonmar] include to get PATH_MAX --- 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)