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/inet/nsap_addr.c b/libc/dns/inet/nsap_addr.c
index e18bd33..4deabac 100644
--- a/libc/dns/inet/nsap_addr.c
+++ b/libc/dns/inet/nsap_addr.c
@@ -32,7 +32,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
-#include "arpa_nameser.h"
+#include <arpa/nameser.h>
#include <assert.h>
#include <ctype.h>