blob: c23bb3a63c9a0e0422a559a71fb7aefe8d07284e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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.
|