diff options
Diffstat (limited to 'lib/libc/net/gethostbydns.c')
-rw-r--r-- | lib/libc/net/gethostbydns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c index 8491207..cc67011 100644 --- a/lib/libc/net/gethostbydns.c +++ b/lib/libc/net/gethostbydns.c @@ -79,6 +79,7 @@ __FBSDID("$FreeBSD$"); #include <stdarg.h> #include <nsswitch.h> +#include "netdb_private.h" #include "res_config.h" #define SPRINTF(x) ((size_t)sprintf x) |