summaryrefslogtreecommitdiff
path: root/pkgtools/digest/files/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/digest/files/sha1.c')
-rw-r--r--pkgtools/digest/files/sha1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/digest/files/sha1.c b/pkgtools/digest/files/sha1.c
index d77071c442c..fef58b5e205 100644
--- a/pkgtools/digest/files/sha1.c
+++ b/pkgtools/digest/files/sha1.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sha1.c,v 1.3 2001/03/26 12:57:32 agc Exp $ */
+/* $NetBSD: sha1.c,v 1.4 2001/07/09 21:43:21 hubertf Exp $ */
/* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */
/*
@@ -15,6 +15,8 @@
* 34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
*/
+#include <sys/cdefs.h> /* hfpkg */
+
#define SHA1HANDSOFF /* Copies data before messing with it. */
#if defined(_KERNEL) || defined(_STANDALONE)