package flake tags 434117 patch thanks Attached is a patch that should fix it. Can't test since here it builds fine (and I wonder why, it shouldn't).
-- Felipe Sateler
diff -Nru -Nru trunk.orig/libflake/md5.c trunk/libflake/md5.c --- trunk.orig/libflake/md5.c 2007-08-22 20:00:45.000000000 -0400 +++ trunk/libflake/md5.c 2007-08-22 20:01:08.000000000 -0400 @@ -16,6 +16,7 @@ #include <string.h> #include "md5.h" +#include "bswap.h" /* * The basic MD5 functions.