Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187422 | Differences between
and this patch

Collapse All | Expand All

(-)beid-2.6.0.org/src/beidcommlib/MessageQueue.cpp (+1 lines)
Lines 4-9 Link Here
4
4
5
#include "MessageQueue.h"
5
#include "MessageQueue.h"
6
#include <qwaitcondition.h>
6
#include <qwaitcondition.h>
7
#include <algorithm>
7
8
8
using namespace std;
9
using namespace std;
9
10
(-)beid-2.6.0.org/src/beidcommon/datafile.cpp (+4 lines)
Lines 36-41 Link Here
36
#include <stdio.h>
36
#include <stdio.h>
37
#include <stdarg.h>
37
#include <stdarg.h>
38
#include <float.h>
38
#include <float.h>
39
#include <limits.h>
40
#include <cstdlib>
41
#include <climits>
42
#include <cstring>
39
43
40
#ifdef WIN32
44
#ifdef WIN32
41
    #include <windows.h>
45
    #include <windows.h>
(-)beid-2.6.0.org/src/beidcommon/TLVBuffer.cpp (+2 lines)
Lines 3-8 Link Here
3
//////////////////////////////////////////////////////////////////////
3
//////////////////////////////////////////////////////////////////////
4
4
5
#include "TLVBuffer.h"
5
#include "TLVBuffer.h"
6
#include <cstdlib>
7
#include <cstring>
6
8
7
namespace eidcommon
9
namespace eidcommon
8
{
10
{
(-)beid-2.6.0.org/src/eidlib/eiderrors.h (+2 lines)
Lines 21-26 Link Here
21
#define SCARD_E_NO_ACCESS                       0x80100027
21
#define SCARD_E_NO_ACCESS                       0x80100027
22
#endif
22
#endif
23
23
24
#include <cstring>
25
24
typedef struct
26
typedef struct
25
{
27
{
26
    int iOpenSC;
28
    int iOpenSC;
(-)beid-2.6.0.org/src/eidlib/OpenSCReader.cpp (+1 lines)
Lines 10-15 Link Here
10
#include <opensc/opensc.h>
10
#include <opensc/opensc.h>
11
#include <opensc/pkcs15.h>
11
#include <opensc/pkcs15.h>
12
#include <string.h>
12
#include <string.h>
13
#include <cstdlib>
13
14
14
15
15
struct pcsc_slot_data {	unsigned long pcsc_card; }; /* comes from reader-pcsc.c */
16
struct pcsc_slot_data {	unsigned long pcsc_card; }; /* comes from reader-pcsc.c */

Return to bug 187422