diff --git a/third_party/curl/lib/strequal.h b/third_party/curl/lib/strequal.h index 202c9197d..0c6d0b73f 100644 --- a/third_party/curl/lib/strequal.h +++ b/third_party/curl/lib/strequal.h @@ -29,7 +29,7 @@ #ifndef HAVE_STRLCAT #define strlcat(x,y,z) Curl_strlcat(x,y,z) -#endif size_t strlcat(char *dst, const char *src, size_t siz); +#endif #endif