summaryrefslogtreecommitdiff
path: root/net/lopster/patches/patch-ab
blob: 40749d5cab83fb8b71d58394327d491960dc622c (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ab,v 1.1 2001/03/28 02:35:38 hubertf Exp $

--- src/handler.c.orig	Tue Feb 13 17:14:20 2001
+++ src/handler.c
@@ -1,3 +1,6 @@
+#ifdef __NetBSD__
+#include <sys/types.h>
+#endif
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <stdlib.h>