]> git.pld-linux.org Git - packages/coolkey.git/blame - coolkey-includes.patch
- updated URL
[packages/coolkey.git] / coolkey-includes.patch
CommitLineData
a0d20333
JB
1--- coolkey-1.1.0/src/coolkey/log.cpp.orig 2007-02-14 20:54:01.000000000 +0100
2+++ coolkey-1.1.0/src/coolkey/log.cpp 2014-08-22 18:04:04.179081106 +0200
3@@ -23,6 +23,8 @@
4 #include <stdio.h>
5 #include "log.h"
6 #include <cstdarg>
7+#include <cstdlib>
8+#include <cstring>
9 #include "PKCS11Exception.h"
10 #ifndef _WIN32
11 #include "syslog.h"
12--- coolkey-1.1.0/src/coolkey/machdep.cpp.orig 2007-02-14 01:46:28.000000000 +0100
13+++ coolkey-1.1.0/src/coolkey/machdep.cpp 2014-08-22 18:05:03.519078616 +0200
14@@ -20,6 +20,8 @@
15 #include "machdep.h"
16 #include "mypkcs11.h"
17 #include "PKCS11Exception.h"
18+#include <cstdlib>
19+#include <cstring>
20 #ifdef _WIN32
21 #include <windows.h>
22 #include <memory.h>
23--- coolkey-1.1.0/src/coolkey/object.cpp.orig 2007-02-09 19:53:21.000000000 +0100
24+++ coolkey-1.1.0/src/coolkey/object.cpp 2014-08-22 18:05:30.302410825 +0200
25@@ -21,6 +21,7 @@
26 #include "PKCS11Exception.h"
27 #include "object.h"
28 #include <algorithm>
29+#include <cstring>
30
31 using std::find_if;
32
33--- coolkey-1.1.0/src/coolkey/slot.cpp.orig 2007-02-16 22:16:11.000000000 +0100
34+++ coolkey-1.1.0/src/coolkey/slot.cpp 2014-08-22 18:12:28.982393254 +0200
35@@ -26,6 +26,7 @@
36 #include <winscard.h>
37 #include "slot.h"
38 #include <memory.h>
39+#include <memory>
40 #include "zlib.h"
41 #include "params.h"
42
This page took 0.069783 seconds and 4 git commands to generate.