Add missing include, noted by Larry Doolittle.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user