]> granicus.if.org Git - curl/commitdiff
curl: remove superfluous include file
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Dec 2016 21:02:14 +0000 (22:02 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Dec 2016 21:02:14 +0000 (22:02 +0100)
The <netinet/tcp.h> is a leftover from the past when TCP socket options
were set in this file. This include causes build issues on AIX 4.3.

Reported-by: Kim Minjoong
Closes #1178

src/tool_operate.c

index 54a11f6534c411998272e94191d01c789deb51fc..26662aec5b2255a910a1d65e7fdbd2baaf308a52 100644 (file)
 #  include <locale.h>
 #endif
 
-#ifdef HAVE_NETINET_TCP_H
-#  include <netinet/tcp.h>
-#endif
-
 #ifdef __VMS
 #  include <fabdef.h>
 #endif