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

(-)src/eix-diff.cc.orig (+2 lines)
Lines 41-46 Link Here
41
#include <cstdio>
41
#include <cstdio>
42
#include <cstdlib>
42
#include <cstdlib>
43
43
44
#include <unistd.h>
45
44
#define VAR_DB_PKG "/var/db/pkg/"
46
#define VAR_DB_PKG "/var/db/pkg/"
45
47
46
using namespace std;
48
using namespace std;
(-)src/eix.cc.orig (+2 lines)
Lines 47-52 Link Here
47
#include <cstdlib>
47
#include <cstdlib>
48
#include <cstring>
48
#include <cstring>
49
49
50
#include <unistd.h>
51
50
#define VAR_DB_PKG "/var/db/pkg/"
52
#define VAR_DB_PKG "/var/db/pkg/"
51
53
52
using namespace std;
54
using namespace std;
(-)src/eixTk/md5.cc.orig (+2 lines)
Lines 15-20 Link Here
15
#include <sys/stat.h>
15
#include <sys/stat.h>
16
#include <sys/types.h>
16
#include <sys/types.h>
17
17
18
#include <unistd.h>
19
18
using namespace std;
20
using namespace std;
19
21
20
inline static uint32_t
22
inline static uint32_t

Return to bug 397589