diff options
Diffstat (limited to 'resolv/nss_dns/dns-host.c')
-rw-r--r-- | resolv/nss_dns/dns-host.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c index 1e85e4f..a9bf86f 100644 --- a/resolv/nss_dns/dns-host.c +++ b/resolv/nss_dns/dns-host.c @@ -82,9 +82,10 @@ #include "nsswitch.h" #include <arpa/nameser.h> -/* Get implementeation for some internal functions. */ #include <resolv/resolv-internal.h> #include <resolv/resolv_context.h> + +/* Get implementations of some internal functions. */ #include <resolv/mapv4v6addr.h> #include <resolv/mapv4v6hostent.h> |