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/resolv/res_debug.c | |
parent | f8e658cf6b9601e63d4b363ccee83ee4af1a78e4 (diff) |
Add some missing includes.
Change-Id: Ieec623c06bc32ec78334f628af25b00c2bccd2e7
Diffstat (limited to 'libc/netbsd/resolv/res_debug.c')
-rw-r--r-- | libc/netbsd/resolv/res_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/netbsd/resolv/res_debug.c b/libc/netbsd/resolv/res_debug.c index 721e01556..46e583b75 100644 --- a/libc/netbsd/resolv/res_debug.c +++ b/libc/netbsd/resolv/res_debug.c @@ -123,6 +123,7 @@ __RCSID("$NetBSD: res_debug.c,v 1.7 2004/11/07 02:25:01 christos Exp $"); #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <time.h> |