Add missing include, noted by Larry Doolittle.

This commit is contained in:
Matt Kraai
2001-05-16 17:05:03 +00:00
parent bf381a0ad8
commit 8f7a4ad442

View File

@ -24,6 +24,8 @@
#include <netdb.h> #include <netdb.h>
extern int h_errno; extern int h_errno;
#include "libbb.h"
struct hostent *xgethostbyname(const char *name) struct hostent *xgethostbyname(const char *name)
{ {
struct hostent *retval; struct hostent *retval;