6399N/AUpstream fixes already included in the latest community updates to coolkey v1.1.0
6399N/A
6399N/AAdds additional headers that are needed for log fixes.
6399N/A
6399N/A--- ORIGINAL/./src/coolkey/log.cpp 2016-06-24 16:07:19.418986402 -0400
6399N/A+++ ././src/coolkey/log.cpp 2016-06-24 11:46:48.985184817 -0400
6399N/A@@ -18,6 +18,8 @@
6399N/A * ***** END COPYRIGHT BLOCK *****/
6399N/A
6399N/A #include <string>
6399N/A+#include <string.h>
6399N/A+#include <stdlib.h>
6399N/A #include "mypkcs11.h"
6399N/A #include <assert.h>
6399N/A #include <stdio.h>