From b56ef496d9af0107cf2278cf225f1c8189b194a9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 4 Nov 2004 22:33:20 +0000 Subject: Twiddle header order to compile on OS X again svn:r2681 --- src/common/compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common') diff --git a/src/common/compat.h b/src/common/compat.h index 1bc362fb97..a3b136ab63 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -21,6 +21,9 @@ #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_SYS_TIME_H +#include +#endif #include #ifndef NULL_REP_IS_ZERO_BYTES -- cgit v1.2.3-54-g00ecf