diff options
| author | Carl Shapiro <cshapiro@google.com> | 2011-03-21 20:01:03 -0700 |
|---|---|---|
| committer | Carl Shapiro <cshapiro@google.com> | 2011-03-21 20:01:03 -0700 |
| commit | 2cc2b2be692f1d559a09d2066e56e450249cc9c0 (patch) | |
| tree | 3391bb270f64051bf1e8c592bbf1dad8c06a5e66 /libc/netbsd/net | |
| parent | f8e658cf6b9601e63d4b363ccee83ee4af1a78e4 (diff) | |
| download | bionic-2cc2b2be692f1d559a09d2066e56e450249cc9c0.zip bionic-2cc2b2be692f1d559a09d2066e56e450249cc9c0.tar.gz bionic-2cc2b2be692f1d559a09d2066e56e450249cc9c0.tar.bz2 | |
Add some missing includes.
Change-Id: Ieec623c06bc32ec78334f628af25b00c2bccd2e7
Diffstat (limited to 'libc/netbsd/net')
| -rw-r--r-- | libc/netbsd/net/getaddrinfo.c | 1 | ||||
| -rw-r--r-- | libc/netbsd/net/nsdispatch.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
