From 3028e5f93bb4d34ed1e825b0ccd9d8b0fdea37aa Mon Sep 17 00:00:00 2001 From: hannken Date: Fri, 29 May 1998 16:50:14 +0000 Subject: [PATCH] Didn't find sha1.h compiling sys/arch/sparc/stand/boot. --- sys/lib/libkern/sha1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/lib/libkern/sha1.c b/sys/lib/libkern/sha1.c index ea6e3fe80bfd..eebdd1891618 100644 --- a/sys/lib/libkern/sha1.c +++ b/sys/lib/libkern/sha1.c @@ -1,4 +1,4 @@ -/* $NetBSD: sha1.c,v 1.1 1998/05/27 00:46:32 explorer Exp $ */ +/* $NetBSD: sha1.c,v 1.2 1998/05/29 16:50:14 hannken Exp $ */ /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */ /* @@ -25,7 +25,7 @@ #else #include #include -#include +#include #endif /*