From a673c2c9011ffc694d1f8719d0f78f3d5dd4a02e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 8 May 2008 14:43:09 +0000 Subject: [PATCH] add missing header under win32 to evutil.c. remove misc.obj[ch] from vcproj file. svn:r796 --- WIN32-Prj/libevent.vcproj | 26 -------------------------- evutil.c | 3 +++ 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/WIN32-Prj/libevent.vcproj b/WIN32-Prj/libevent.vcproj index f69730cc..b2f6757e 100644 --- a/WIN32-Prj/libevent.vcproj +++ b/WIN32-Prj/libevent.vcproj @@ -245,28 +245,6 @@ /> - - - - - - - - @@ -350,10 +328,6 @@ RelativePath="..\min_heap.h" > - - diff --git a/evutil.c b/evutil.c index 4f0fa8e3..40da826c 100644 --- a/evutil.c +++ b/evutil.c @@ -49,6 +49,9 @@ #include #endif #include +#if defined WIN32 && !defined(HAVE_GETTIMEOFDAY_H) +#include +#endif #include "evutil.h" #include "log.h"