summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-10 15:20:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-10 15:20:20 +0200
commit0cc8fc88255e01a1737b6ae9b652048da9b28b68 (patch)
tree62e215b1eb394b94378cd686de597e863b8cc932
parentab2f27cf88531fdb9e11dcc13ff6d073af61ee9e (diff)
downloadcurl-0cc8fc88255e01a1737b6ae9b652048da9b28b68.tar.gz
rustls: add strerror.h include
Follow-up to 2f0bb864c12
-rw-r--r--lib/vtls/rustls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/rustls.c b/lib/vtls/rustls.c
index be2e739e0..2ac97ce28 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