From b9969e6169628fbb2a786edcf33e85df432821c4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 8 Jan 2018 13:50:02 -0800 Subject: Fix Mac build (probably). Bug: N/A Test: N/A Change-Id: Ic918b54b42fb12da3ecac6df80312d518e641846 --- lib/curl_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/curl_config.h b/lib/curl_config.h index f5ba927..4d80994 100644 --- a/lib/curl_config.h +++ b/lib/curl_config.h @@ -433,7 +433,9 @@ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ +#if !defined(__APPLE__) #define HAVE_LINUX_TCP_H 1 +#endif /* if your compiler supports LL */ #define HAVE_LL 1 -- cgit v1.2.3