Skip to content
Snippets Groups Projects
Commit aa6db964 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 2bb00705
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,6 @@
# include <locale.h>
#endif
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif
#ifdef __VMS
# include <fabdef.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment