summaryrefslogtreecommitdiffstats
path: root/libc/dns/resolv/res_comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/dns/resolv/res_comp.c')
-rw-r--r--libc/dns/resolv/res_comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/dns/resolv/res_comp.c b/libc/dns/resolv/res_comp.c
index 77b81b4..987b228 100644
--- a/libc/dns/resolv/res_comp.c
+++ b/libc/dns/resolv/res_comp.c
@@ -82,7 +82,7 @@ __RCSID("$NetBSD: res_comp.c,v 1.6 2004/05/22 23:47:09 christos Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <netinet/in.h>
-#include "arpa_nameser.h"
+#include <arpa/nameser.h>
#include <ctype.h>
#ifdef ANDROID_CHANGES
#include "resolv_private.h"