From: Daniel Stenberg Date: Mon, 13 Jan 2025 17:26:19 +0000 (+0100) Subject: lib/easy.c: bring back the vtls/vtls_scache.h include X-Git-Tag: curl-8_12_0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e54db2707214ac1e4c332c606b692ec2e88cd43;p=thirdparty%2Fcurl.git lib/easy.c: bring back the vtls/vtls_scache.h include --- diff --git a/lib/easy.c b/lib/easy.c index 38dc71f3de..87cb9867d3 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -48,6 +48,7 @@ #include #include "transfer.h" #include "vtls/vtls.h" +#include "vtls/vtls_scache.h" #include "url.h" #include "getinfo.h" #include "hostip.h"