diff options
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 87f31fd..265009a 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) |