aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-11 18:15:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-11 18:15:17 +0000
commita23a6d7819d2bc98d4e9d04d633928965c4e670a (patch)
treea4e8218f009916b374624f46ec0433b729b48ddd /include
parente7f8a3292949287d27abba78eb4f9db9ecc31527 (diff)
downloadbusybox-a23a6d7819d2bc98d4e9d04d633928965c4e670a.tar.gz
- include netinet/in.h for struct sockaddr_in.
Closes bug #735
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index acda7f615..759df8d26 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -19,6 +19,7 @@
#include <termios.h>
#include <stdint.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <features.h>