diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-06-18 22:37:42 -0700 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-19 20:03:15 +0200 |
commit | fdd7b566ecdc174907f38d9389b28ba842d2b4bf (patch) | |
tree | 38e5f9a61da8c6ed5155d3542fd0d56aaf157714 /libbb | |
parent | eb08b6ed5cc7bb764658cd7a3b829e2b3aac4abc (diff) | |
download | busybox-w32-fdd7b566ecdc174907f38d9389b28ba842d2b4bf.tar.gz busybox-w32-fdd7b566ecdc174907f38d9389b28ba842d2b4bf.tar.bz2 busybox-w32-fdd7b566ecdc174907f38d9389b28ba842d2b4bf.zip |
A few minor portability improvements
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/xconnect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/xconnect.c b/libbb/xconnect.c index c3ee633e4..2de6de7c5 100644 --- a/libbb/xconnect.c +++ b/libbb/xconnect.c | |||
@@ -7,6 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <sys/types.h> | ||
10 | #include <sys/socket.h> /* netinet/in.h needs it */ | 11 | #include <sys/socket.h> /* netinet/in.h needs it */ |
11 | #include <netinet/in.h> | 12 | #include <netinet/in.h> |
12 | #include <net/if.h> | 13 | #include <net/if.h> |