Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294571
Collapse All | Expand All

(-)ctapi-cyberjack-3.3.2/checksuite/checksuite.cpp (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
#include "checksuite.h"
17
#include "checksuite.h"
18
18
19
19
#include <stdio.h>
20
#include <list>
20
#include <list>
21
#include <dlfcn.h>
21
#include <dlfcn.h>
22
22
(-)ctapi-cyberjack-3.3.2/checksuite/cm_distri.cpp (+1 lines)
Lines 16-21 Link Here
16
#include "checksuite.h"
16
#include "checksuite.h"
17
17
18
#include <stdlib.h>
18
#include <stdlib.h>
19
#include <stdio.h>
19
#include <errno.h>
20
#include <errno.h>
20
#include <string.h>
21
#include <string.h>
21
22
(-)ctapi-cyberjack-3.3.2/checksuite/cm_driver.cpp (+1 lines)
Lines 17-22 Link Here
17
#include "cm_driver.h"
17
#include "cm_driver.h"
18
#include "checksuite.h"
18
#include "checksuite.h"
19
19
20
#include <stdio.h>
20
#include <unistd.h>
21
#include <unistd.h>
21
#include <errno.h>
22
#include <errno.h>
22
#include <string.h>
23
#include <string.h>
(-)ctapi-cyberjack-3.3.2/checksuite/cm_reader.cpp (+1 lines)
Lines 23-28 Link Here
23
#include "cyberjack_l.h"
23
#include "cyberjack_l.h"
24
24
25
#include <errno.h>
25
#include <errno.h>
26
#include <stdio.h>
26
#include <string.h>
27
#include <string.h>
27
28
28
#include <usb.h>
29
#include <usb.h>
(-)ctapi-cyberjack-3.3.2/libcyberjack/driver.cpp (-1 / +2 lines)
Lines 29-35 Link Here
29
29
30
#include "driver.hpp"
30
#include "driver.hpp"
31
#include "cyberjack_l.h"
31
#include "cyberjack_l.h"
32
32
#include <stdlib.h>
33
#include <stdio.h>
33
#include <string.h>
34
#include <string.h>
34
35
35
36
(-)ctapi-cyberjack-3.3.2/libcyberjack/driver_ctapi.cpp (+1 lines)
Lines 35-40 Link Here
35
#include "Debug.h"
35
#include "Debug.h"
36
36
37
#include <stdlib.h>
37
#include <stdlib.h>
38
#include <stdio.h>
38
#include <assert.h>
39
#include <assert.h>
39
#include <string.h>
40
#include <string.h>
40
#include <errno.h>
41
#include <errno.h>
(-)ctapi-cyberjack-3.3.2/libcyberjack/driver_pcsc.cpp (+1 lines)
Lines 36-41 Link Here
36
#include "Debug.h"
36
#include "Debug.h"
37
37
38
#include <stdlib.h>
38
#include <stdlib.h>
39
#include <stdio.h>
39
#include <assert.h>
40
#include <assert.h>
40
#include <string.h>
41
#include <string.h>
41
#include <errno.h>
42
#include <errno.h>
(-)ctapi-cyberjack-3.3.2/libcyberjack/libtest.cpp (+2 lines)
Lines 11-16 Link Here
11
#include "cyberjack_l.h"
11
#include "cyberjack_l.h"
12
12
13
#include <string.h>
13
#include <string.h>
14
#include <stdlib.h>
15
#include <stdio.h>
14
16
15
17
16
using namespace Cyberjack;
18
using namespace Cyberjack;

Return to bug 294571