summaryrefslogtreecommitdiff
path: root/net/miredo/patches/patch-libteredo_tunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/miredo/patches/patch-libteredo_tunnel.h')
-rw-r--r--net/miredo/patches/patch-libteredo_tunnel.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/miredo/patches/patch-libteredo_tunnel.h b/net/miredo/patches/patch-libteredo_tunnel.h
new file mode 100644
index 00000000000..6f928e50544
--- /dev/null
+++ b/net/miredo/patches/patch-libteredo_tunnel.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-libteredo_tunnel.h,v 1.1 2012/12/25 21:04:15 joerg Exp $
+
+--- libteredo/tunnel.h.orig 2012-12-25 14:06:38.000000000 +0000
++++ libteredo/tunnel.h
+@@ -32,6 +32,7 @@
+ # define LIBTEREDO_TUNNEL_H
+
+ # include <stdbool.h>
++# include <stddef.h>
+
+ # ifdef __cplusplus
+ extern "C" {