summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-29 23:46:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-29 23:46:13 +0100
commita4d9876c314a1786912006f6e60f21f3571ae3d1 (patch)
tree6d3b6d5d7c9373fef1ef3f2c8bbe4bfd16707248
parente9021838db7ad1cdbee6f5c5f3e8c7fac917a9ed (diff)
downloadcurl-a4d9876c314a1786912006f6e60f21f3571ae3d1.tar.gz
gtls: add gnutls include for the session type
Follow-up to 8fbd6feddfa5 to make it build more universally
-rw-r--r--lib/vtls/gtls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h
index 226d3aebb..642d5f093 100644
--- a/lib/vtls/gtls.h
+++ b/lib/vtls/gtls.h
@@ -27,7 +27,7 @@
#ifdef USE_GNUTLS
#include "urldata.h"
-
+#include <gnutls/gnutls.h>
CURLcode
Curl_gtls_verifyserver(struct Curl_easy *data, struct connectdata *conn,
gnutls_session_t session,