From 9e54db2707214ac1e4c332c606b692ec2e88cd43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Jan 2025 18:26:19 +0100 Subject: [PATCH] lib/easy.c: bring back the vtls/vtls_scache.h include --- lib/easy.c | 1 + 1 file changed, 1 insertion(+) 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"