summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
blob: 073390f79ab166709cc6ec4387a29c6ae369d613 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#iz XXXXX
sys/socket.h is needed, there should be
appropreate place to give this definition, though.

Index: ucbhelper/source/client/proxydecider.cxx
===================================================================
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
retrieving revision 1.3.16.1
diff -u -r1.3.16.1 proxydecider.cxx
--- ucbhelper/source/client/proxydecider.cxx	20 Oct 2004 12:04:36 -0000	1.3.16.1
+++ ucbhelper/source/client/proxydecider.cxx	30 Oct 2004 23:08:26 -0000
@@ -107,6 +107,10 @@
 using namespace com::sun::star;
 using namespace ucbhelper;
 
+#if defined (FREEBSD)
+#include <sys/socket.h>
+#endif
+
 #define CONFIG_ROOT_KEY     "org.openoffice.Inet/Settings"
 #define PROXY_TYPE_KEY      "ooInetProxyType"
 #define NO_PROXY_LIST_KEY   "ooInetNoProxy"