Pārlūkot izejas kodu

util.c uses LONG_MAX, needs another include on fbsd 5.x

svn:r1653
Roger Dingledine 21 gadi atpakaļ
vecāks
revīzija
a54ded2879
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/common/util.c

+ 3 - 0
src/common/util.c

@@ -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