diff options
author | Bruce Evans <bde@FreeBSD.org> | 1996-10-25 06:48:29 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-25 06:48:29 +0000 |
commit | 1ab6205ce117ac9585918aaf9935ce90f06402cd (patch) | |
tree | eb5dbb1e0b4b66d261e454dfb14d3330b74d99e4 /sbin/md5/md5.c | |
parent | 7491f60b54a6de612aa62108d915560c08917a44 (diff) | |
download | src-test2-1ab6205ce117ac9585918aaf9935ce90f06402cd.tar.gz src-test2-1ab6205ce117ac9585918aaf9935ce90f06402cd.zip |
Notes
Diffstat (limited to 'sbin/md5/md5.c')
-rw-r--r-- | sbin/md5/md5.c | 9 |
1 files changed, 6 insertions, 3 deletions
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 <sys/types.h> +#include <md5.h> + #include <stdio.h> -#include <time.h> #include <string.h> +#include <time.h> + #include "global.h" -#include <md5.h> /* * Length of test block, number of test blocks. |