mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
$NetBSD: patch-ad,v 1.1 2000/09/25 16:21:02 wulf Exp $
|
|
|
|
--- md2md5.c.orig Sun Sep 24 12:46:31 2000
|
|
+++ md2md5.c Sun Sep 24 08:11:22 2000
|
|
@@ -26,6 +26,7 @@
|
|
*/
|
|
|
|
#include "md2md5.h"
|
|
+#include <string.h>
|
|
|
|
/* PROTOTYPES should be set to one if and only if the compiler supports
|
|
function argument prototyping.
|