projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf381a0
)
Add missing include, noted by Larry Doolittle.
author
Matt Kraai
<kraai@debian.org>
Wed, 16 May 2001 17:05:03 +0000
(17:05 -0000)
committer
Matt Kraai
<kraai@debian.org>
Wed, 16 May 2001 17:05:03 +0000
(17:05 -0000)
libbb/xgethostbyname.c
patch
|
blob
|
history
diff --git
a/libbb/xgethostbyname.c
b/libbb/xgethostbyname.c
index c722951cffa8bdf1762fc99bb3e7f16146417192..258510332df8b1e01236fa261f63468108b3af0f 100644
(file)
--- 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;