aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/md5/md5.c')
-rw-r--r--sbin/md5/md5.c9
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.