Added
Link Here
|
1 |
--- common-beacon.patch.orig 2005-06-15 18:46:40.000000000 -0700 |
2 |
+++ common-beacon.patch 2010-07-30 17:34:45.000000000 -0700 |
3 |
@@ -46,3 +46,15 @@ |
4 |
|
5 |
#if !defined(WORDS_BIGENDIAN) && !defined(WORDS_SMALLENDIAN) |
6 |
#error RTP library requires WORDS_BIGENDIAN or WORDS_SMALLENDIAN to be defined. |
7 |
+--- common/src/net_udp.c 2004-06-29 09:21:37.000000000 -0700 |
8 |
++++ common-beacon/src/net_udp.c 2010-07-30 17:28:06.000000000 -0700 |
9 |
+@@ -44,7 +44,9 @@ |
10 |
+ #include "debug.h" |
11 |
+ #include "memory.h" |
12 |
+ #include "inet_pton.h" |
13 |
++#ifndef HAVE_INET_NTOP |
14 |
+ #include "inet_ntop.h" |
15 |
++#endif |
16 |
+ #include "vsnprintf.h" |
17 |
+ #include "net_udp.h" |
18 |
+ |