gtls: add gnutls include for the session type

Follow-up to 8fbd6feddf to make it build more universally
This commit is contained in:
Daniel Stenberg 2021-12-29 23:46:13 +01:00
parent e9021838db
commit a4d9876c31
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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,