diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-19 20:07:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-19 20:07:23 +0200 |
commit | 134d0eb114ac67693eb62bb030dd537eca71c48d (patch) | |
tree | 4241093db43409bfda1e9f8c6a91949a7de551ef /networking | |
parent | ebeac1685a6230abcf73ca36755e3bb208bfd569 (diff) | |
download | busybox-w32-134d0eb114ac67693eb62bb030dd537eca71c48d.tar.gz busybox-w32-134d0eb114ac67693eb62bb030dd537eca71c48d.tar.bz2 busybox-w32-134d0eb114ac67693eb62bb030dd537eca71c48d.zip |
cosmetics on top of Dan's patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ipcalc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 87f31fdb5..265009ad8 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c | |||
@@ -11,10 +11,8 @@ | |||
11 | * | 11 | * |
12 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
13 | */ | 13 | */ |
14 | |||
15 | #include "libbb.h" | 14 | #include "libbb.h" |
16 | 15 | /* After libbb.h, because on some systems it needs other includes */ | |
17 | #include <sys/socket.h> | ||
18 | #include <arpa/inet.h> | 16 | #include <arpa/inet.h> |
19 | 17 | ||
20 | #define CLASS_A_NETMASK ntohl(0xFF000000) | 18 | #define CLASS_A_NETMASK ntohl(0xFF000000) |