From bd4a7765766cf98c1471ed9cee79134e9d426259 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 17 Apr 2004 06:35:18 +0000 Subject: [PATCH] include sys/limits.h if it's found svn:r1654 --- src/or/or.h | 3 +++ 1 file changed, 3 insertions(+) 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