diff options
Diffstat (limited to 'lib/libc/asr/res_search_async.c')
-rw-r--r-- | lib/libc/asr/res_search_async.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/asr/res_search_async.c b/lib/libc/asr/res_search_async.c index b2fc44d29e7..7cbb423ad76 100644 --- a/lib/libc/asr/res_search_async.c +++ b/lib/libc/asr/res_search_async.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_search_async.c,v 1.17 2015/09/14 11:52:49 guenther Exp $ */ +/* $OpenBSD: res_search_async.c,v 1.18 2015/09/20 14:19:21 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -22,7 +22,6 @@ #include <netdb.h> #include <asr.h> -#include <err.h> #include <errno.h> #include <resolv.h> #include <stdlib.h> |