summaryrefslogtreecommitdiffstats
path: root/net/libproxy/files/patch-libproxy_url.cpp
blob: b185b2bd5c21c8c935669bb12942ae5e45391a5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libproxy/url.cpp~
+++ libproxy/url.cpp
@@ -27,6 +27,7 @@
 #define close _close
 #endif
 #include <fcntl.h> // For ::open()
+#include <unistd.h> // For close()
 #include <cstring> // For memcpy()
 #include <sstream> // For int/string conversion (using stringstream)
 #include <cstdio>  // For sscanf()