summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx
blob: 88225ffe8308dc3c9edc6f0613dd01f742b8ac23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
http://www.openoffice.org/issues/show_bug.cgi?id=40191

sys/socket.h is needed for FreeBSD

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 Dec 2004 04:12:01 -0000
@@ -127,6 +127,10 @@
 #include <unistd.h>
 #endif
 
+#if defined (FREEBSD)
+#include <sys/socket.h>
+#endif
+
 #ifdef SOLARIS
 
 extern "C"