]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
util.c uses LONG_MAX, needs another include on fbsd 5.x
authorRoger Dingledine <arma@torproject.org>
Sat, 17 Apr 2004 06:35:03 +0000 (06:35 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 17 Apr 2004 06:35:03 +0000 (06:35 +0000)
svn:r1653

src/common/util.c

index c5dd6aa97db2a101737d81bb78a3dc0c6b3c707c..81c7c5ad69a58548ee3933d4841a22fb8ac1b7ea 100644 (file)
@@ -27,6 +27,9 @@
 #ifdef HAVE_ERRNO_H
 #include <errno.h>
 #endif
+#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