From 1ab6205ce117ac9585918aaf9935ce90f06402cd Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 25 Oct 1996 06:48:29 +0000 Subject: Moved #include of earlier so that this compiles when doesn't (bogusly) include . Cleaned up #includes. --- sbin/md5/md5.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sbin') diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 8c9ecfbe0601..e3e598612d27 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -1,5 +1,5 @@ /* - * $Id: md5.c,v 1.5 1995/05/30 06:09:19 rgrimes Exp $ + * $Id: md5.c,v 1.6 1995/07/12 09:14:46 phk Exp $ * * Derived from: */ @@ -21,11 +21,14 @@ * documentation and/or software. */ +#include +#include + #include -#include #include +#include + #include "global.h" -#include /* * Length of test block, number of test blocks. -- cgit v1.2.3