aboutsummaryrefslogtreecommitdiff
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
parente7f8a3292949287d27abba78eb4f9db9ecc31527 (diff)
downloadbusybox-w32-a23a6d7819d2bc98d4e9d04d633928965c4e670a.tar.gz
busybox-w32-a23a6d7819d2bc98d4e9d04d633928965c4e670a.tar.bz2
busybox-w32-a23a6d7819d2bc98d4e9d04d633928965c4e670a.zip
- include netinet/in.h for struct sockaddr_in.
Closes bug #735
-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 @@
19#include <termios.h> 19#include <termios.h>
20#include <stdint.h> 20#include <stdint.h>
21 21
22#include <netinet/in.h>
22#include <netdb.h> 23#include <netdb.h>
23 24
24#include <features.h> 25#include <features.h>