diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-10 15:20:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-10 15:20:20 +0200 |
commit | 0cc8fc88255e01a1737b6ae9b652048da9b28b68 (patch) | |
tree | 62e215b1eb394b94378cd686de597e863b8cc932 /lib/vtls | |
parent | ab2f27cf88531fdb9e11dcc13ff6d073af61ee9e (diff) | |
download | curl-0cc8fc88255e01a1737b6ae9b652048da9b28b68.tar.gz |
rustls: add strerror.h include
Follow-up to 2f0bb864c12
Diffstat (limited to 'lib/vtls')
-rw-r--r-- | lib/vtls/rustls.c | 2 |
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 |