From: Roger Dingledine Date: Sat, 17 Apr 2004 06:35:18 +0000 (+0000) Subject: include sys/limits.h if it's found X-Git-Tag: debian-version-0.0.5+0.0.6rc2-1~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd4a7765766cf98c1471ed9cee79134e9d426259;p=thirdparty%2Ftor.git include sys/limits.h if it's found svn:r1654 --- diff --git a/src/or/or.h b/src/or/or.h index 8bb41f6d9f..f68cd16c9f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -34,6 +34,9 @@ #endif #include "../common/torint.h" #include "../common/fakepoll.h" +#ifdef HAVE_SYS_LIMITS_H +#include +#endif #ifdef HAVE_SYS_TYPES_H #include /* Must be included before sys/stat.h for Ultrix */ #endif