summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-10 17:07:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-10 17:07:28 +0000
commit4f9d31998459072fdaf24ed7fbcd1a26782dea04 (patch)
tree6babc25659463a121a4576819abf4cc64d6d671d /ucbhelper
parent0447678c215720ffefe6baef03c80c54c97e8f74 (diff)
INTEGRATION: CWS ause012 (1.4.4); FILE MERGED
2004/11/15 11:05:01 hjs 1.4.4.1: #i37162# explicit include as netdb.h may miss it on some glibc versions
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/proxydecider.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx
index c1ce0925cda3..73ade58da84d 100644
--- a/ucbhelper/source/client/proxydecider.cxx
+++ b/ucbhelper/source/client/proxydecider.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: proxydecider.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 08:03:28 $
+ * last change: $Author: hr $ $Date: 2004-12-10 18:07:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,7 @@ using namespace ucbhelper;
#include <winsock2.h>
#include <ws2tcpip.h>
#else
+#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
#endif