40ede080ed
ICE-19 draft), as well as Google Talk and MSN compatible ICE-like protocols.
10 lines
258 B
C
10 lines
258 B
C
--- 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 ===== */
|