]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
gtls: add gnutls include for the session type
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Dec 2021 22:46:13 +0000 (23:46 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Dec 2021 22:46:13 +0000 (23:46 +0100)
Follow-up to 8fbd6feddfa5 to make it build more universally

lib/vtls/gtls.h

index 226d3aebbe2b8804df43619c5ae41dcbe93d467b..642d5f093a1ce471dff920a69632628491d26c28 100644 (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,