aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libbt/files/patch-src::peer.c
blob: 6c2104deda6ce7294813ba1a0b3dd562d932458a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/peer.c	Wed Apr  7 06:14:44 2004
+++ src/peer.c.new	Tue Apr 13 19:29:01 2004
@@ -20,6 +20,11 @@
 #   endif
 #endif
 #include <sys/types.h>
+#if __FreeBSD__ >= 5
+#include <sys/limits.h>
+#else
+#include <machine/limits.h>
+#endif
 #include <string.h>
 #ifdef HAVE_STRINGS_H
 #   include <strings.h>