From 568a4d187aa70648bf3e00416d8669995d368316 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 25 Apr 2004 23:47:26 +0000 Subject: Check for machine/limits.h in addition to sys/limits.h svn:r1705 --- src/or/or.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index f3f28f4dae..10b8b63437 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -37,6 +37,9 @@ #ifdef HAVE_SYS_LIMITS_H #include #endif +#ifdef HAVE_MACHINE_LIMITS_H +#include +#endif #ifdef HAVE_SYS_TYPES_H #include /* Must be included before sys/stat.h for Ultrix */ #endif -- cgit v1.2.3-54-g00ecf