summaryrefslogtreecommitdiff
path: root/net/miredo/patches/patch-libteredo_tunnel.h
blob: 6f928e50544a2b28909abff123a77f978755cbce (plain)
1
2
3
4
5
6
7
8
9
10
11
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" {