From ba459bd47264a73952030ce8a25466ccad2f3174 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 1 Nov 2002 08:56:39 +0000 Subject: [PATCH] Make this compilable from userland as well. --- sys/crypto/sha2/sha2.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/crypto/sha2/sha2.c b/sys/crypto/sha2/sha2.c index 0ae7d8467e49..8740fbba11b3 100644 --- a/sys/crypto/sha2/sha2.c +++ b/sys/crypto/sha2/sha2.c @@ -39,7 +39,11 @@ #include #include +#ifdef _KERNEL #include +#else +#include +#endif #include #include