aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h
index 684434c1748..990bbd55e3a 100644
--- a/src/process.h
+++ b/src/process.h
@@ -178,7 +178,7 @@ struct Lisp_Process
178#ifdef HAVE_GETADDRINFO_A 178#ifdef HAVE_GETADDRINFO_A
179 /* Whether the socket is waiting for response from an asynchronous 179 /* Whether the socket is waiting for response from an asynchronous
180 DNS call. */ 180 DNS call. */
181 struct gaicb* dns_request; 181 struct gaicb **dns_requests;
182#endif 182#endif
183 183
184#ifdef HAVE_GNUTLS 184#ifdef HAVE_GNUTLS