summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-08 13:26:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-08 13:26:41 +0200
commitb0e007c2261262c47cb3e69c26f59db977f900bc (patch)
tree2b689c9d0d409c71b8c99d53c2ef5a5ac796c453
parent1874348b0314665f7a75ebeb2fdbf07d331894e5 (diff)
downloadcurl-b0e007c2261262c47cb3e69c26f59db977f900bc.tar.gz
fixup strerror-include in sectransp.c
-rw-r--r--lib/vtls/sectransp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/sectransp.c b/lib/vtls/sectransp.c
index bafadfa15..1e6ed5f06 100644
--- a/lib/vtls/sectransp.c
+++ b/lib/vtls/sectransp.c
@@ -34,6 +34,7 @@
#include "multiif.h"
#include "strcase.h"
#include "x509asn1.h"
+#include "strerror.h"
#ifdef USE_SECTRANSP