1
0
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:
Daniel Stenberg 2016-12-27 22:02:14 +01:00
parent 2bb00705bb
commit aa6db9642e

View File

@ -35,10 +35,6 @@
# include <locale.h>
#endif
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif
#ifdef __VMS
# include <fabdef.h>
#endif