$NetBSD: patch-md5_c,v 1.1 2010/06/27 20:08:13 gschwarz Exp $

--- md5.c.orig	2004-06-04 01:14:22.000000000 +0200
+++ md5.c	2010-06-27 21:51:12.000000000 +0200
@@ -19,6 +19,10 @@
  */
 
 /* #include "includes.h" */
+#include <stdio.h> /* for printf() */
+#if HAVE_STRING_H
+#include <string.h>
+#endif
 #include "md5.h"
 
 /*
