diff options
Diffstat (limited to 'libbb/xgethostbyname.c')
-rw-r--r-- | libbb/xgethostbyname.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/xgethostbyname.c b/libbb/xgethostbyname.c index c722951cf..258510332 100644 --- a/libbb/xgethostbyname.c +++ b/libbb/xgethostbyname.c | |||
@@ -24,6 +24,8 @@ | |||
24 | #include <netdb.h> | 24 | #include <netdb.h> |
25 | extern int h_errno; | 25 | extern int h_errno; |
26 | 26 | ||
27 | #include "libbb.h" | ||
28 | |||
27 | struct hostent *xgethostbyname(const char *name) | 29 | struct hostent *xgethostbyname(const char *name) |
28 | { | 30 | { |
29 | struct hostent *retval; | 31 | struct hostent *retval; |