commit | 2cc2b2be692f1d559a09d2066e56e450249cc9c0 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:01:03 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Mar 21 20:01:03 2011 -0700 |
tree | 3391bb270f64051bf1e8c592bbf1dad8c06a5e66 | |
parent | f8e658cf6b9601e63d4b363ccee83ee4af1a78e4 [diff] |
Add some missing includes. Change-Id: Ieec623c06bc32ec78334f628af25b00c2bccd2e7
diff --git a/libc/netbsd/gethnamaddr.c b/libc/netbsd/gethnamaddr.c index 3ebe53e..728801f 100644 --- a/libc/netbsd/gethnamaddr.c +++ b/libc/netbsd/gethnamaddr.c
@@ -67,6 +67,7 @@ #include <netdb.h> #include <stdarg.h> #include <stdio.h> +#include <strings.h> #include <syslog.h> #ifndef LOG_AUTH
diff --git a/libc/netbsd/net/getaddrinfo.c b/libc/netbsd/net/getaddrinfo.c index edb4f70..cf05036 100644 --- a/libc/netbsd/net/getaddrinfo.c +++ b/libc/netbsd/net/getaddrinfo.c
@@ -97,6 +97,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include <syslog.h>
diff --git a/libc/netbsd/net/nsdispatch.c b/libc/netbsd/net/nsdispatch.c index fa99366..15282be 100644 --- a/libc/netbsd/net/nsdispatch.c +++ b/libc/netbsd/net/nsdispatch.c
@@ -84,6 +84,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <unistd.h> static nss_method
diff --git a/libc/netbsd/resolv/res_debug.c b/libc/netbsd/resolv/res_debug.c index 721e015..46e583b 100644 --- a/libc/netbsd/resolv/res_debug.c +++ b/libc/netbsd/resolv/res_debug.c
@@ -123,6 +123,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <time.h>