From: Roger Dingledine Date: Sat, 17 Apr 2004 06:35:03 +0000 (+0000) Subject: util.c uses LONG_MAX, needs another include on fbsd 5.x X-Git-Tag: debian-version-0.0.5+0.0.6rc2-1~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a54ded28797eb56204214a0ba95d4e580aa8103f;p=thirdparty%2Ftor.git util.c uses LONG_MAX, needs another include on fbsd 5.x svn:r1653 --- diff --git a/src/common/util.c b/src/common/util.c index c5dd6aa97d..81c7c5ad69 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -27,6 +27,9 @@ #ifdef HAVE_ERRNO_H #include #endif +#ifdef HAVE_SYS_LIMITS_H +#include +#endif #ifdef HAVE_SYS_TYPES_H #include /* Must be included before sys/stat.h for Ultrix */ #endif