diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index c7531576915..884c3041f67 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -179,7 +179,7 @@ struct Lisp_Process | |||
| 179 | #ifdef HAVE_GETADDRINFO_A | 179 | #ifdef HAVE_GETADDRINFO_A |
| 180 | /* Whether the socket is waiting for response from an asynchronous | 180 | /* Whether the socket is waiting for response from an asynchronous |
| 181 | DNS call. */ | 181 | DNS call. */ |
| 182 | struct gaicb **dns_requests; | 182 | struct gaicb *dns_request; |
| 183 | #endif | 183 | #endif |
| 184 | 184 | ||
| 185 | #ifdef HAVE_GNUTLS | 185 | #ifdef HAVE_GNUTLS |