... but *with* DoH.
Fixes #17121
Closes #17123
#include "curl_setup.h"
-/***********************************************************************
- * Only for builds using asynchronous name resolves
- **********************************************************************/
-#ifdef CURLRES_ASYNCH
-
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
/* 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 */