aboutsummaryrefslogtreecommitdiff
path: root/networking/ipcalc.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-19 20:07:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-19 20:07:23 +0200
commit134d0eb114ac67693eb62bb030dd537eca71c48d (patch)
tree4241093db43409bfda1e9f8c6a91949a7de551ef /networking/ipcalc.c
parentebeac1685a6230abcf73ca36755e3bb208bfd569 (diff)
downloadbusybox-134d0eb114ac67693eb62bb030dd537eca71c48d.tar.gz
cosmetics on top of Dan's patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ipcalc.c')
-rw-r--r--networking/ipcalc.c4
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 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
-
#include "libbb.h"
-
-#include <sys/socket.h>
+/* After libbb.h, because on some systems it needs other includes */
#include <arpa/inet.h>
#define CLASS_A_NETMASK ntohl(0xFF000000)