include sys/limits.h if it's found

svn:r1654
This commit is contained in:
Roger Dingledine
2004-04-17 06:35:18 +00:00
parent a54ded2879
commit bd4a776576
+3
View 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