Cross Reference: 08-log.cpp.patch
xref
: /
solaris-userland
/
components
/
coolkey
/
patches
/
08-log.cpp.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
6399
N/A
Upstream fixes already included in the latest community updates to coolkey v1.1.0
6399
N/A
6399
N/A
Adds additional headers that are needed for log fixes.
6399
N/A
6399
N/A
--- ORIGINAL/.
/src/coolkey/log.cpp
2016-06-24 16:07:19.418986402 -0400
6399
N/A
+++ ./.
/src/coolkey/log.cpp
2016-06-24 11:46:48.985184817 -0400
6399
N/A
@@ -18,6 +18,8 @@
6399
N/A
* ***** END COPYRIGHT BLOCK *****/
6399
N/A
6399
N/A
#include <string>
6399
N/A
+#include <
string.h
>
6399
N/A
+#include <
stdlib.h
>
6399
N/A
#include "
mypkcs11.h
"
6399
N/A
#include <
assert.h
>
6399
N/A
#include <
stdio.h
>