From 2325ce9b362822c88534ef54040d73a25bbfc963 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 16 Jul 2019 16:18:38 -0300 Subject: [PATCH] Fixing CRL download methods in windows. --- src/lib3270/ssl/windows/getcrl.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/lib3270/ssl/windows/getcrl.c b/src/lib3270/ssl/windows/getcrl.c index 4a28c59..dabd3ee 100644 --- a/src/lib3270/ssl/windows/getcrl.c +++ b/src/lib3270/ssl/windows/getcrl.c @@ -54,6 +54,7 @@ #include #include #include +#include #include /*--[ Implement ]------------------------------------------------------------------------------------*/ -- libgit2 0.21.2