summaryrefslogtreecommitdiff
path: root/net/libirc/patches/patch-ac
blob: b28cb6ff243a000dc3fe1bbcbe295a507c7f5be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.1 2000/01/11 01:24:03 wiz Exp $

--- ../../old/libirc-0.2/src/tcp.c	Sun Jan  2 17:02:43 2000
+++ src/tcp.c	Tue Jan 11 02:05:58 2000
@@ -16,6 +16,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>