diff options
Diffstat (limited to 'net-im/libnice/files/patch-stun_md5.c')
-rw-r--r-- | net-im/libnice/files/patch-stun_md5.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/libnice/files/patch-stun_md5.c b/net-im/libnice/files/patch-stun_md5.c new file mode 100644 index 000000000..8f787548f --- /dev/null +++ b/net-im/libnice/files/patch-stun_md5.c @@ -0,0 +1,10 @@ +--- stun/md5.c.orig 2009-02-27 23:04:31.000000000 -0500 ++++ stun/md5.c 2009-02-27 23:05:15.000000000 -0500 +@@ -13,6 +13,7 @@ + */ + + #include "md5.h" ++#include <sys/endian.h> + #include <string.h> + + /* ===== start - public domain MD5 implementation ===== */ |