From c9d2c84508516b9fee891a91a1dd01aafdc3a54a Mon Sep 17 00:00:00 2001 From: Rama Ketineni Date: Tue, 6 Apr 2021 17:15:25 -0700 Subject: [PATCH] added lib/strtok.c --- third_party/curl.BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/curl.BUILD b/third_party/curl.BUILD index ecefdf3af20..b381a7e2acb 100644 --- a/third_party/curl.BUILD +++ b/third_party/curl.BUILD @@ -251,6 +251,7 @@ cc_library( "lib/strdup.h", "lib/strerror.c", "lib/strerror.h", + "lib/strtok.c", "lib/strtok.h", "lib/strtoofft.c", "lib/strtoofft.h",