diff options
Diffstat (limited to 'net-im/libnice/files/patch-stun_sha1.c')
-rw-r--r-- | net-im/libnice/files/patch-stun_sha1.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/libnice/files/patch-stun_sha1.c b/net-im/libnice/files/patch-stun_sha1.c new file mode 100644 index 00000000000..33e3775b298 --- /dev/null +++ b/net-im/libnice/files/patch-stun_sha1.c @@ -0,0 +1,10 @@ +--- stun/sha1.c.orig 2009-02-27 23:05:24.000000000 -0500 ++++ stun/sha1.c 2009-02-27 23:05:33.000000000 -0500 +@@ -13,6 +13,7 @@ + */ + + #include "sha1.h" ++#include <sys/endian.h> + #include <string.h> + + |