components/coolkey/patches/08-log.cpp.patch
changeset 6401 8e624b116c1d
equal deleted inserted replaced
6400:19257b6c5395 6401:8e624b116c1d
       
     1 Upstream fixes already included in the latest community updates to coolkey v1.1.0
       
     2 
       
     3 Adds additional headers that are needed for log fixes.
       
     4 
       
     5 --- ORIGINAL/./src/coolkey/log.cpp	2016-06-24 16:07:19.418986402 -0400
       
     6 +++ ././src/coolkey/log.cpp	2016-06-24 11:46:48.985184817 -0400
       
     7 @@ -18,6 +18,8 @@
       
     8   * ***** END COPYRIGHT BLOCK *****/
       
     9  
       
    10  #include <string>
       
    11 +#include <string.h>
       
    12 +#include <stdlib.h>
       
    13  #include "mypkcs11.h"
       
    14  #include <assert.h>
       
    15  #include <stdio.h>