aboutsummaryrefslogtreecommitdiffstats
path: root/community/libproxy/libproxy-0.4.7-unistd.patch
blob: 803f8197009d65a3d1671566eff93ab331c04b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- libproxy-0.4.7/libproxy/url.cpp.orig	2012-02-28 21:05:15.572948027 +0000
+++ libproxy-0.4.7/libproxy/url.cpp	2012-02-28 21:05:45.635937474 +0000
@@ -27,6 +27,7 @@
 #define close _close
 #endif
 #include <fcntl.h> // For ::open()
+#include <unistd.h> // For ::read() and ::close()
 #include <cstring> // For memcpy()
 #include <sstream> // For int/string conversion (using stringstream)
 #include <cstdio>  // For sscanf()
--- libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp.orig	2012-02-28 21:06:01.552943358 +0000
+++ libproxy-0.4.7/libproxy/modules/config_sysconfig.cpp	2012-02-28 21:11:21.429953982 +0000
@@ -18,6 +18,7 @@
  ******************************************************************************/
 
 #include <sys/stat.h>
+#include <unistd.h>
 #include <cstdlib>
 #include <map>
 #include <fstream>
--- libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp.orig	2012-02-28 21:06:11.637943033 +0000
+++ libproxy-0.4.7/libproxy/modules/pacrunner_mozjs.cpp	2012-02-28 21:11:46.560961409 +0000
@@ -17,6 +17,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  ******************************************************************************/
 
+#include <unistd.h> // for ::gethostname()
 #include <cstring> // ?
 
 #include "../extension_pacrunner.hpp"
--- libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp.orig	2012-02-28 21:06:29.615943614 +0000
+++ libproxy-0.4.7/libproxy/modules/pacrunner_webkit.cpp	2012-02-28 21:12:35.530965553 +0000
@@ -17,6 +17,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  ******************************************************************************/
 
+#include <unistd.h> // for ::gethostname()
 #include "../extension_pacrunner.hpp"
 using namespace libproxy;