aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 5cccbd15f..eb53312cd 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -141,7 +141,6 @@
141# endif 141# endif
142# include <winsock2.h> 142# include <winsock2.h>
143# include <ws2tcpip.h> 143# include <ws2tcpip.h>
144//# undef s_addr
145#else 144#else
146# include <arpa/inet.h> 145# include <arpa/inet.h>
147# if !defined(__socklen_t_defined) && !defined(_SOCKLEN_T_DECLARED) 146# if !defined(__socklen_t_defined) && !defined(_SOCKLEN_T_DECLARED)
@@ -181,7 +180,6 @@ int klogctl(int type, char *b, int len);
181# define BUFSIZ 4096 180# define BUFSIZ 4096
182#endif 181#endif
183 182
184/* Can't use ENABLE_PLATFORM_MINGW32 because it's also called by host compiler */
185#if ENABLE_PLATFORM_MINGW32 183#if ENABLE_PLATFORM_MINGW32
186# include "mingw.h" 184# include "mingw.h"
187#endif 185#endif