Commit 2325ce9b362822c88534ef54040d73a25bbfc963

Authored by Perry Werneck
1 parent 84d889bd

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 54 #include <trace_dsc.h>
55 55 #include <errno.h>
56 56 #include <lib3270.h>
  57 +#include <lib3270/log.h>
57 58 #include <lib3270/trace.h>
58 59  
59 60 /*--[ Implement ]------------------------------------------------------------------------------------*/
... ...