From aa6db9642e8044a14ccffa31b4933463d9c02ff0 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 27 Dec 2016 22:02:14 +0100
Subject: [PATCH] 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
---
 src/tool_operate.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/tool_operate.c b/src/tool_operate.c
index 54a11f6534..26662aec5b 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -35,10 +35,6 @@
 #  include <locale.h>
 #endif
 
-#ifdef HAVE_NETINET_TCP_H
-#  include <netinet/tcp.h>
-#endif
-
 #ifdef __VMS
 #  include <fabdef.h>
 #endif
-- 
GitLab