diff --git a/evutil.h b/evutil.h index 0a018b8c..dcb0013d 100644 --- a/evutil.h +++ b/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