--- md5.c.orig 2004-12-09 18:09:09 UTC +++ md5.c @@ -21,7 +21,11 @@ #include #include +#ifdef __FreeBSD__ +#include +#else #include +#endif #if __BYTE_ORDER == __BIG_ENDIAN #define WORDS_BIGENDIAN #endif