summaryrefslogtreecommitdiff
path: root/net/miredo/patches/patch-aa
blob: f64c64717d9cfef13b47811f6beea0003b1bb308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.1.1.1 2006/02/28 01:29:39 rpaulo Exp $

--- libteredo/server.c	2006-02-28 00:48:07.000000000 +0000
+++ libteredo/server.c.new	2006-02-28 00:47:56.000000000 +0000
@@ -49,6 +49,10 @@
 #include <pthread.h>
 #include <syslog.h>
 
+#ifdef __NetBSD__
+#include <machine/limits.h>
+#endif
+
 #include "server.h"
 #include "v4global.h"
 #include "checksum.h"