diff options
author | Calin Juravle <calin@google.com> | 2014-03-04 15:01:29 +0000 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2014-03-04 15:07:07 +0000 |
commit | 569fb9887d00104509df79fa77d92e3cf9afe7db (patch) | |
tree | cd7018947017406a878b22a25481969217985664 /libc/dns/resolv/res_data.c | |
parent | 4a46a68942d180e28c3e87f08359351245b220b7 (diff) | |
download | android_bionic-569fb9887d00104509df79fa77d92e3cf9afe7db.tar.gz android_bionic-569fb9887d00104509df79fa77d92e3cf9afe7db.tar.bz2 android_bionic-569fb9887d00104509df79fa77d92e3cf9afe7db.zip |
Moved nameser.h and namser_compat.h to public include dir
This is part of the upstream sync (Net/Open/Free BSDs expose the
nameser.h in their public headers).
Change-Id: Ib063d4e50586748cc70201a8296cd90d2e48bbcf
Diffstat (limited to 'libc/dns/resolv/res_data.c')
-rw-r--r-- | libc/dns/resolv/res_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/dns/resolv/res_data.c b/libc/dns/resolv/res_data.c index 7e5a30849..9bc02e786 100644 --- a/libc/dns/resolv/res_data.c +++ b/libc/dns/resolv/res_data.c @@ -35,7 +35,7 @@ __RCSID("$NetBSD: res_data.c,v 1.8 2004/06/09 18:07:03 christos Exp $"); #include <netinet/in.h> #include <arpa/inet.h> -#include "arpa_nameser.h" +#include <arpa/nameser.h> #include <ctype.h> #include <netdb.h> |