mirror of
https://github.com/curl/curl.git
synced 2026-05-15 20:56:20 +03:00
curl: remove superfluous include file
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
This commit is contained in:
parent
2bb00705bb
commit
aa6db9642e
1 changed files with 0 additions and 4 deletions
|
|
@ -35,10 +35,6 @@
|
|||
# include <locale.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETINET_TCP_H
|
||||
# include <netinet/tcp.h>
|
||||
#endif
|
||||
|
||||
#ifdef __VMS
|
||||
# include <fabdef.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue