14 lines
285 B
Text
14 lines
285 B
Text
$NetBSD: patch-aa,v 1.4 1999/11/18 14:20:15 agc Exp $
|
|
|
|
--- md5ify.c.orig Thu Nov 18 14:12:32 1999
|
|
+++ md5ify.c Thu Nov 18 14:12:32 1999
|
|
@@ -17,7 +17,8 @@
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#include "md5.h"
|
|
+#include <sys/types.h>
|
|
+#include <md5.h>
|
|
|
|
char *
|
|
MD5Digest (unsigned char *s)
|