diff -r d42d557c7a5a -r 11a94c8e617e stun/stun.patch --- a/stun/stun.patch Fri Jan 09 00:45:56 2009 +0100 +++ b/stun/stun.patch Fri Jan 09 00:46:33 2009 +0100 @@ -83,3 +83,15 @@ StunServerInfo info; bool ok = stunInitServer(info, myAddr, altAddr, myMediaPort, verbose); +Index: stun.cxx +diff -Nau stund.orig/stun.cxx stund/stun.cxx +--- stun.cxx.orig 2005-08-14 02:39:03.000000000 +0200 ++++ stun.cxx 2009-01-09 00:23:08.069498590 +0100 +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + #include + #include + #include