Commit 2325ce9b362822c88534ef54040d73a25bbfc963
1 parent
84d889bd
Exists in
master
and in
3 other branches
Fixing CRL download methods in windows.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/lib3270/ssl/windows/getcrl.c
@@ -54,6 +54,7 @@ | @@ -54,6 +54,7 @@ | ||
54 | #include <trace_dsc.h> | 54 | #include <trace_dsc.h> |
55 | #include <errno.h> | 55 | #include <errno.h> |
56 | #include <lib3270.h> | 56 | #include <lib3270.h> |
57 | +#include <lib3270/log.h> | ||
57 | #include <lib3270/trace.h> | 58 | #include <lib3270/trace.h> |
58 | 59 | ||
59 | /*--[ Implement ]------------------------------------------------------------------------------------*/ | 60 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |