mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05: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
@ -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…
x
Reference in New Issue
Block a user