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

pull/1/head
Gunter Knauf 18 years ago
parent 9837d91d68
commit 5a6af8adbc
  1. 2
      nameser.h

@ -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)

Loading…
Cancel
Save