From 9abe0ed18f5d33375f6b823ecc3bcefb4e80f00e Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 24 Dec 2005 08:34:10 +0000 Subject: [PATCH] Include first to make VAX port happy. --- common/lib/libc/md/md4c.c | 5 +++-- common/lib/libc/md/md5c.c | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/lib/libc/md/md4c.c b/common/lib/libc/md/md4c.c index e3d93aaa500d..d2b80dc6628e 100644 --- a/common/lib/libc/md/md4c.c +++ b/common/lib/libc/md/md4c.c @@ -1,4 +1,4 @@ -/* $NetBSD: md4c.c,v 1.1 2005/12/20 19:28:51 christos Exp $ */ +/* $NetBSD: md4c.c,v 1.2 2005/12/24 08:34:10 matt Exp $ */ /* * This file is derived from the RSA Data Security, Inc. MD4 Message-Digest @@ -31,7 +31,7 @@ #if !defined(_KERNEL) && !defined(_STANDALONE) #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: md4c.c,v 1.1 2005/12/20 19:28:51 christos Exp $"); +__RCSID("$NetBSD: md4c.c,v 1.2 2005/12/24 08:34:10 matt Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h" @@ -48,6 +48,7 @@ __RCSID("$NetBSD: md4c.c,v 1.1 2005/12/20 19:28:51 christos Exp $"); #else +#include #include #include diff --git a/common/lib/libc/md/md5c.c b/common/lib/libc/md/md5c.c index d4972ae1ec31..4d2506f13233 100644 --- a/common/lib/libc/md/md5c.c +++ b/common/lib/libc/md/md5c.c @@ -1,4 +1,4 @@ -/* $NetBSD: md5c.c,v 1.1 2005/12/20 19:28:51 christos Exp $ */ +/* $NetBSD: md5c.c,v 1.2 2005/12/24 08:34:10 matt Exp $ */ /* * This file is derived from the RSA Data Security, Inc. MD5 Message-Digest @@ -30,13 +30,13 @@ */ #if defined(_KERNEL) || defined(_STANDALONE) -#include #include #include +#include #else #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: md5c.c,v 1.1 2005/12/20 19:28:51 christos Exp $"); +__RCSID("$NetBSD: md5c.c,v 1.2 2005/12/24 08:34:10 matt Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h" #include