From: Daniel Stenberg Date: Fri, 10 Sep 2021 13:20:20 +0000 (+0200) Subject: rustls: add strerror.h include X-Git-Tag: curl-7_79_0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc8fc88255e01a1737b6ae9b652048da9b28b68;p=thirdparty%2Fcurl.git rustls: add strerror.h include Follow-up to 2f0bb864c12 --- diff --git a/lib/vtls/rustls.c b/lib/vtls/rustls.c index be2e739e00..2ac97ce28e 100644 --- a/lib/vtls/rustls.c +++ b/lib/vtls/rustls.c @@ -34,7 +34,7 @@ #include "sendf.h" #include "vtls.h" #include "select.h" - +#include "strerror.h" #include "multiif.h" struct ssl_backend_data