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
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 @@
 #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"