summaryrefslogtreecommitdiffstats
path: root/libc/dns/resolv/res_mkquery.c
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2014-03-04 15:01:29 +0000
committerCalin Juravle <calin@google.com>2014-03-04 15:07:07 +0000
commit569fb9887d00104509df79fa77d92e3cf9afe7db (patch)
treecd7018947017406a878b22a25481969217985664 /libc/dns/resolv/res_mkquery.c
parent4a46a68942d180e28c3e87f08359351245b220b7 (diff)
downloadbionic-569fb9887d00104509df79fa77d92e3cf9afe7db.zip
bionic-569fb9887d00104509df79fa77d92e3cf9afe7db.tar.gz
bionic-569fb9887d00104509df79fa77d92e3cf9afe7db.tar.bz2
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_mkquery.c')
-rw-r--r--libc/dns/resolv/res_mkquery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/dns/resolv/res_mkquery.c b/libc/dns/resolv/res_mkquery.c
index fb4de7f..3736aa1 100644
--- a/libc/dns/resolv/res_mkquery.c
+++ b/libc/dns/resolv/res_mkquery.c
@@ -86,7 +86,7 @@ __RCSID("$NetBSD: res_mkquery.c,v 1.6 2006/01/24 17:40:32 christos Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <netinet/in.h>
-#include "arpa_nameser.h"
+#include <arpa/nameser.h>
#include <netdb.h>
#ifdef ANDROID_CHANGES
#include "resolv_private.h"