]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
include sys/limits.h if it's found
authorRoger Dingledine <arma@torproject.org>
Sat, 17 Apr 2004 06:35:18 +0000 (06:35 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 17 Apr 2004 06:35:18 +0000 (06:35 +0000)
svn:r1654

src/or/or.h

index 8bb41f6d9ffb626f1d75219545132dcb64d3f478..f68cd16c9f4c3858f735bd32f71063123171d70f 100644 (file)
@@ -34,6 +34,9 @@
 #endif
 #include "../common/torint.h"
 #include "../common/fakepoll.h"
+#ifdef HAVE_SYS_LIMITS_H
+#include <sys/limits.h>
+#endif
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */
 #endif