components/coolkey/patches/08-log.cpp.patch
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 14 Oct 2016 14:53:30 -0700
changeset 7114 72d09e38c454
parent 6401 8e624b116c1d
permissions -rw-r--r--
24850486 Yelp says XSLT stylesheet `/usr/share/yelp/xslt/mal2html.xsl' is missing

Upstream fixes already included in the latest community updates to coolkey v1.1.0

Adds additional headers that are needed for log fixes.

--- ORIGINAL/./src/coolkey/log.cpp	2016-06-24 16:07:19.418986402 -0400
+++ ././src/coolkey/log.cpp	2016-06-24 11:46:48.985184817 -0400
@@ -18,6 +18,8 @@
  * ***** END COPYRIGHT BLOCK *****/
 
 #include <string>
+#include <string.h>
+#include <stdlib.h>
 #include "mypkcs11.h"
 #include <assert.h>
 #include <stdio.h>