commit | 569fb9887d00104509df79fa77d92e3cf9afe7db | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Mar 04 15:01:29 2014 +0000 |
committer | Calin Juravle <calin@google.com> | Tue Mar 04 15:07:07 2014 +0000 |
tree | cd7018947017406a878b22a25481969217985664 | |
parent | 4a46a68942d180e28c3e87f08359351245b220b7 [diff] [blame] |
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/nameser/ns_samedomain.c b/libc/dns/nameser/ns_samedomain.c index 04fdb61..d35dfe1 100644 --- a/libc/dns/nameser/ns_samedomain.c +++ b/libc/dns/nameser/ns_samedomain.c
@@ -27,7 +27,7 @@ #endif #include <sys/types.h> -#include "arpa_nameser.h" +#include <arpa/nameser.h> #include <errno.h> #include <string.h>