trial to catch problem with Daniels cross-mingw ares builds.

This commit is contained in:
Gunter Knauf 2007-07-03 18:18:40 +00:00
parent 4182803bc2
commit 07bf3c86b6
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@ struct iovec
int ares_writev (SOCKET s, const struct iovec *vector, size_t count);
#define writev(s,vect,count) ares_writev(s,vect,count)
#ifndef HAVE_STRUCT_TIMEVAL
struct timezone { int dummy; };
#endif
int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
#define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)