summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-ax
blob: 72aa904fb796db80c290d643c970c12a1ca49e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ax,v 1.4 2005/10/03 16:03:19 mrauch Exp $

--- ../ucbhelper/source/client/proxydecider.cxx.orig	2005-06-03 12:31:52.000000000 +0200
+++ ../ucbhelper/source/client/proxydecider.cxx
@@ -126,7 +126,7 @@ using namespace ucbhelper;
 #include <unistd.h>
 #endif
 
-#if defined (FREEBSD)
+#if defined (FREEBSD) || defined (NETBSD)
 #include <sys/socket.h>
 #endif