Add missing include, noted by Larry Doolittle.
This commit is contained in:
parent
bf381a0ad8
commit
8f7a4ad442
@ -24,6 +24,8 @@
|
||||
#include <netdb.h>
|
||||
extern int h_errno;
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
struct hostent *xgethostbyname(const char *name)
|
||||
{
|
||||
struct hostent *retval;
|
||||
|
Loading…
Reference in New Issue
Block a user