From 789374dbbd6931fb9749161ea2882fccfc172343 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 12 Aug 2005 17:24:53 +0000 Subject: Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings. svn:r4770 --- src/common/util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/util.c') diff --git a/src/common/util.c b/src/common/util.c index ea726d1135..acc5cb9d44 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -77,6 +77,9 @@ const char util_c_id[] = "$Id$"; #ifdef HAVE_FCNTL_H #include #endif +#ifdef HAVE_TIME_H +#include +#endif #ifndef O_BINARY #define O_BINARY 0 -- cgit v1.2.3-54-g00ecf