aboutsummaryrefslogtreecommitdiff
path: root/src/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns.c')
-rw-r--r--src/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.c b/src/dns.c
index f6bffff7..b8c0663e 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -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