| Index: third_party/libevent/evutil.h | 
| diff --git a/third_party/libevent/evutil.h b/third_party/libevent/evutil.h | 
| index a174e338ad2c1b828d6d738056b0cf28fd493aaa..8b664b94242b56a4352099fdc66667008ce56f95 100644 | 
| --- a/third_party/libevent/evutil.h | 
| +++ b/third_party/libevent/evutil.h | 
| @@ -168,6 +168,7 @@ ev_int64_t evutil_strtoll(const char *s, char **endptr, int base); | 
| #ifdef _EVENT_HAVE_GETTIMEOFDAY | 
| #define evutil_gettimeofday(tv, tz) gettimeofday((tv), (tz)) | 
| #else | 
| +struct timezone; | 
| int evutil_gettimeofday(struct timeval *tv, struct timezone *tz); | 
| #endif | 
|  | 
|  |