$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 <config.h>
 #include "md5global.h"
+#ifdef __APPLE__
+#include <sys/md5.h>
+#else
 #include "md5.h"
+#endif
 #include "hmac-md5.h"
 
 #ifndef WIN32
