From 3a1af7089238bf62a1a0a3c22852760e369e2aa4 Mon Sep 17 00:00:00 2001
From: Mihai Maruseac <mihaimaruseac@google.com>
Date: Tue, 7 Apr 2020 15:23:47 -0700
Subject: [PATCH] Add `socketpair.c` to curl buildable files to fix Windows
 builds.

Follow-up from bfb0e49d5844d835ab757a1709a1bcfc216d78f8

PiperOrigin-RevId: 305351839
Change-Id: Ic7a8b4942394d6d030e93b3ad9179e0bffdc434c
---
 third_party/curl.BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/third_party/curl.BUILD b/third_party/curl.BUILD
index bd9709e4383..62fc946956d 100644
--- a/third_party/curl.BUILD
+++ b/third_party/curl.BUILD
@@ -186,6 +186,7 @@ cc_library(
         "lib/smtp.h",
         "lib/sockaddr.h",
         "lib/socketpair.h",
+        "lib/socketpair.c",
         "lib/socks.c",
         "lib/socks.h",
         "lib/speedcheck.c",