From 6a616765e10845bb7a6e3c93535b4ea8e615e5fa Mon Sep 17 00:00:00 2001 From: elad Date: Fri, 26 Aug 2005 15:58:17 +0000 Subject: [PATCH] Include namespace.h to make this build in nbcompat. --- lib/libc/hash/sha2/sha2.c | 4 +++- lib/libc/hash/sha2/sha256hl.c | 4 +++- lib/libc/hash/sha2/sha384hl.c | 4 +++- lib/libc/hash/sha2/sha512hl.c | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/lib/libc/hash/sha2/sha2.c b/lib/libc/hash/sha2/sha2.c index a5e81ce39bd6..a5b9c2e46ba2 100644 --- a/lib/libc/hash/sha2/sha2.c +++ b/lib/libc/hash/sha2/sha2.c @@ -1,4 +1,4 @@ -/* $NetBSD: sha2.c,v 1.2 2005/08/20 20:52:52 elad Exp $ */ +/* $NetBSD: sha2.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */ /* $KAME: sha2.c,v 1.9 2003/07/20 00:28:38 itojun Exp $ */ /* @@ -36,6 +36,8 @@ * */ +#include "namespace.h" + #include #include #include diff --git a/lib/libc/hash/sha2/sha256hl.c b/lib/libc/hash/sha2/sha256hl.c index f78a03d58530..8d674895c36a 100644 --- a/lib/libc/hash/sha2/sha256hl.c +++ b/lib/libc/hash/sha2/sha256hl.c @@ -1,4 +1,4 @@ -/* $NetBSD: sha256hl.c,v 1.2 2005/08/24 12:08:45 tron Exp $ */ +/* $NetBSD: sha256hl.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */ /* * ---------------------------------------------------------------------------- @@ -9,6 +9,8 @@ * ---------------------------------------------------------------------------- */ +#include "namespace.h" + #include #include diff --git a/lib/libc/hash/sha2/sha384hl.c b/lib/libc/hash/sha2/sha384hl.c index 099ea45be217..1246917afa29 100644 --- a/lib/libc/hash/sha2/sha384hl.c +++ b/lib/libc/hash/sha2/sha384hl.c @@ -1,4 +1,4 @@ -/* $NetBSD: sha384hl.c,v 1.2 2005/08/24 12:08:45 tron Exp $ */ +/* $NetBSD: sha384hl.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */ /* * ---------------------------------------------------------------------------- @@ -9,6 +9,8 @@ * ---------------------------------------------------------------------------- */ +#include "namespace.h" + #include #include diff --git a/lib/libc/hash/sha2/sha512hl.c b/lib/libc/hash/sha2/sha512hl.c index aa436e13af7e..fc8393ae3ba7 100644 --- a/lib/libc/hash/sha2/sha512hl.c +++ b/lib/libc/hash/sha2/sha512hl.c @@ -1,4 +1,4 @@ -/* $NetBSD: sha512hl.c,v 1.2 2005/08/24 12:08:45 tron Exp $ */ +/* $NetBSD: sha512hl.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */ /* * ---------------------------------------------------------------------------- @@ -9,6 +9,8 @@ * ---------------------------------------------------------------------------- */ +#include "namespace.h" + #include #include