mirror of
https://github.com/curl/curl.git
synced 2026-05-30 14:17:29 +03:00
asyn-base: fix build with disabled threaded resolver
... but *with* DoH. Fixes #17121 Closes #17123
This commit is contained in:
parent
7b375b8b91
commit
1db267eada
1 changed files with 5 additions and 5 deletions
|
|
@ -24,11 +24,6 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
/***********************************************************************
|
||||
* Only for builds using asynchronous name resolves
|
||||
**********************************************************************/
|
||||
#ifdef CURLRES_ASYNCH
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
@ -62,6 +57,11 @@
|
|||
/* The last #include file should be: */
|
||||
#include "memdebug.h"
|
||||
|
||||
/***********************************************************************
|
||||
* Only for builds using asynchronous name resolves
|
||||
**********************************************************************/
|
||||
#ifdef CURLRES_ASYNCH
|
||||
|
||||
|
||||
#ifdef USE_ARES
|
||||
/* common functions for c-ares and threaded resolver with HTTPSRR */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue