From 607eaf213b3d2b843977b0b2775682221bd144e0 Mon Sep 17 00:00:00 2001
From: kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Wed, 16 May 2001 17:05:03 +0000
Subject: Add missing include, noted by Larry Doolittle.

git-svn-id: svn://busybox.net/trunk/busybox@2656 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 libbb/xgethostbyname.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'libbb')

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 <netdb.h>
 extern int h_errno;
 
+#include "libbb.h"
+
 struct hostent *xgethostbyname(const char *name)
 {
 	struct hostent *retval;
-- 
cgit v1.2.3-55-g6feb