From e4e5ac09c102cbc946cb9013186000fd57a724be Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 1 Feb 2011 21:41:45 +0000 Subject: [PATCH] miredo: add a missing #include to fix compile errors under uclibc 0.9.32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@25297 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/miredo/patches/100-uclibc.patch | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ipv6/miredo/patches/100-uclibc.patch b/ipv6/miredo/patches/100-uclibc.patch index 46573feba..8818402f8 100644 --- a/ipv6/miredo/patches/100-uclibc.patch +++ b/ipv6/miredo/patches/100-uclibc.patch @@ -1,6 +1,5 @@ -diff -urN miredo-1.1.6/libteredo/maintain.c miredo-1.1.6.new/libteredo/maintain.c ---- miredo-1.1.6/libteredo/maintain.c 2009-04-13 11:15:15.000000000 +0200 -+++ miredo-1.1.6.new/libteredo/maintain.c 2009-05-26 16:37:14.000000000 +0200 +--- a/libteredo/maintain.c ++++ b/libteredo/maintain.c @@ -59,7 +59,7 @@ static inline void gettime (struct timespec *now) @@ -10,3 +9,13 @@ diff -urN miredo-1.1.6/libteredo/maintain.c miredo-1.1.6.new/libteredo/maintain. if (clock_gettime (CLOCK_MONOTONIC, now) == 0) return; #else +--- a/libteredo/tunnel.h ++++ b/libteredo/tunnel.h +@@ -32,6 +32,7 @@ + # define LIBTEREDO_TUNNEL_H + + # include ++# include + + # ifdef __cplusplus + extern "C" {