1.1 --- a/stun/stun.patch Fri Jan 09 00:45:56 2009 +0100 1.2 +++ b/stun/stun.patch Fri Jan 09 00:46:33 2009 +0100 1.3 @@ -83,3 +83,15 @@ 1.4 StunServerInfo info; 1.5 bool ok = stunInitServer(info, myAddr, altAddr, myMediaPort, verbose); 1.6 1.7 +Index: stun.cxx 1.8 +diff -Nau stund.orig/stun.cxx stund/stun.cxx 1.9 +--- stun.cxx.orig 2005-08-14 02:39:03.000000000 +0200 1.10 ++++ stun.cxx 2009-01-09 00:23:08.069498590 +0100 1.11 +@@ -16,6 +16,7 @@ 1.12 + #include <string.h> 1.13 + #include <sys/ioctl.h> 1.14 + #include <sys/socket.h> 1.15 ++#include <sys/sockio.h> 1.16 + #include <sys/time.h> 1.17 + #include <sys/types.h> 1.18 + #include <arpa/inet.h>