Add missing include, noted by Larry Doolittle.
authorMatt Kraai <kraai@debian.org>
Wed, 16 May 2001 17:05:03 +0000 (17:05 -0000)
committerMatt Kraai <kraai@debian.org>
Wed, 16 May 2001 17:05:03 +0000 (17:05 -0000)
libbb/xgethostbyname.c

index c722951cffa8bdf1762fc99bb3e7f16146417192..258510332df8b1e01236fa261f63468108b3af0f 100644 (file)
@@ -24,6 +24,8 @@
 #include <netdb.h>
 extern int h_errno;
 
+#include "libbb.h"
+
 struct hostent *xgethostbyname(const char *name)
 {
        struct hostent *retval;