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

(-)a/libproxy/modules/config_sysconfig.cpp (+2 lines)
Lines 21-26 Link Here
21
#include <cstdlib>
21
#include <cstdlib>
22
#include <map>
22
#include <map>
23
#include <fstream>
23
#include <fstream>
24
#include <unistd.h>
25
#include <sys/types.h>
24
26
25
#include "../extension_config.hpp"
27
#include "../extension_config.hpp"
26
using namespace libproxy;
28
using namespace libproxy;
(-)a/libproxy/modules/pacrunner_mozjs.cpp (+1 lines)
Lines 18-23 Link Here
18
 ******************************************************************************/
18
 ******************************************************************************/
19
19
20
#include <cstring> // ?
20
#include <cstring> // ?
21
#include <unistd.h> // gethostname
21
22
22
#include "../extension_pacrunner.hpp"
23
#include "../extension_pacrunner.hpp"
23
using namespace libproxy;
24
using namespace libproxy;
(-)a/libproxy/modules/pacrunner_natus.cpp (+1 lines)
Lines 18-23 Link Here
18
 ******************************************************************************/
18
 ******************************************************************************/
19
19
20
#include "../extension_pacrunner.hpp"
20
#include "../extension_pacrunner.hpp"
21
#include <unistd.h> // gethostname
21
using namespace libproxy;
22
using namespace libproxy;
22
23
23
#define I_ACKNOWLEDGE_THAT_NATUS_IS_NOT_STABLE
24
#define I_ACKNOWLEDGE_THAT_NATUS_IS_NOT_STABLE
(-)a/libproxy/modules/pacrunner_webkit.cpp (+1 lines)
Lines 18-23 Link Here
18
 ******************************************************************************/
18
 ******************************************************************************/
19
19
20
#include "../extension_pacrunner.hpp"
20
#include "../extension_pacrunner.hpp"
21
#include <unistd.h> // gethostname
21
using namespace libproxy;
22
using namespace libproxy;
22
23
23
#ifdef __APPLE__
24
#ifdef __APPLE__
(-)a/libproxy/url.cpp (+1 lines)
Lines 33-38 Link Here
33
#include <cstdlib>    // For atoi()
33
#include <cstdlib>    // For atoi()
34
#include <sys/stat.h> // For stat()
34
#include <sys/stat.h> // For stat()
35
#include <algorithm> // For transform()
35
#include <algorithm> // For transform()
36
#include <unistd.h>  // For read() close()
36
37
37
#ifdef WIN32
38
#ifdef WIN32
38
#include <io.h>
39
#include <io.h>

Return to bug 412363