$NetBSD: patch-ad,v 1.2 2005/02/21 22:10:18 adam Exp $ --- md5.c.orig 2003-03-28 19:59:24.000000000 +0000 +++ md5.c @@ -27,7 +27,11 @@ documentation and/or software. #include #include "md5global.h" +#ifdef __APPLE__ +#include +#else #include "md5.h" +#endif #include "hmac-md5.h" #ifndef WIN32