diff options
Diffstat (limited to 'src/dns.c')
-rw-r--r-- | src/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,7 @@ static void Dns_blocking_server(void) { int channel = 0; struct hostent *host = NULL; - dList *hosts = dList_new(2); + Dlist *hosts = dList_new(2); #ifdef LIBC5 int h_err; #endif |