From 0cc8fc88255e01a1737b6ae9b652048da9b28b68 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 10 Sep 2021 15:20:20 +0200 Subject: [PATCH] rustls: add strerror.h include Follow-up to 2f0bb864c12 --- lib/vtls/rustls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2