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

(-)eix-0.2.2/src/cascadingprofile.cc (+2 lines)
Lines 32-37 Link Here
32
32
33
#include <fstream>
33
#include <fstream>
34
34
35
#include <unistd.h>
36
35
/* Path to symlink to profile */
37
/* Path to symlink to profile */
36
#define PROFILE_LINK "/etc/make.profile"
38
#define PROFILE_LINK "/etc/make.profile"
37
#define PROFILE_LINK_DIRECTORY "/etc/"
39
#define PROFILE_LINK_DIRECTORY "/etc/"
(-)eix-0.2.2/src/eix.cc (+1 lines)
Lines 44-49 Link Here
44
#include <stack>
44
#include <stack>
45
45
46
#include <stdio.h>
46
#include <stdio.h>
47
#include <unistd.h>
47
48
48
using namespace std;
49
using namespace std;
49
50

Return to bug 89376