summaryrefslogtreecommitdiffstats
path: root/libc/dns/resolv/res_mkquery.c
diff options
context:
space:
mode:
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"