blob: 3e928719346357ead7bfec7c6fbf71b98b190471 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ax,v 1.3 2005/01/06 15:52:20 mrauch Exp $
--- ../ucbhelper/source/client/proxydecider.cxx.orig 2004-10-20 14:04:36.000000000 +0200
+++ ../ucbhelper/source/client/proxydecider.cxx
@@ -125,6 +125,7 @@ using namespace ucbhelper;
#else
#include <netdb.h>
#include <unistd.h>
+#include <sys/socket.h>
#endif
#ifdef SOLARIS
|