From 8f7a4ad4427614e28f2c51a4caa62c8ad9a78d8f Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 16 May 2001 17:05:03 +0000 Subject: Add missing include, noted by Larry Doolittle. --- libbb/xgethostbyname.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbb/xgethostbyname.c') 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 @@ #include extern int h_errno; +#include "libbb.h" + struct hostent *xgethostbyname(const char *name) { struct hostent *retval; -- cgit v1.2.3