diff -ru snownews-1.5.7~/md5.h snownews-1.5.7/md5.h --- snownews-1.5.7~/md5.h 2006-12-03 16:36:54.000000000 +0100 +++ snownews-1.5.7/md5.h 2006-12-03 16:47:23.000000000 +0100 @@ -31,11 +31,8 @@ #ifndef MD5_H #define MD5_H -#ifdef __alpha -typedef unsigned int uint32; -#else -typedef unsigned long uint32; -#endif +#include +typedef uint32_t uint32; struct MD5Context { uint32 buf[4];