diff options
-rw-r--r-- | lib/hostip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hostip.h b/lib/hostip.h index 16a607abf..3baf8284b 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -244,6 +244,7 @@ Curl_cache_addr(struct SessionHandle *data, Curl_addrinfo *addr, * Curl_destroy_thread_data() cleans up async resolver data. * Complementary of ares_destroy. */ +struct Curl_async; /* forward-declaration */ void Curl_destroy_thread_data(struct Curl_async *async); #ifndef INADDR_NONE |