$NetBSD: patch-ae,v 1.1 2000/10/03 01:09:08 hubertf Exp $

--- pppd/md5.c.orig	Mon Oct  2 21:04:35 2000
+++ pppd/md5.c
@@ -33,6 +33,9 @@
  ***********************************************************************
  */
 
+#ifdef __NetBSD__
+#include <string.h>	/* pull in memcpy prototype */
+#endif
 #include "md5.h"
 
 /*
