aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-06-29 06:21:57 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-06-29 06:21:57 +0000
commit40dbfd1a4815dcd9311dfaf47fd85ae8557b3e91 (patch)
tree2cf14bfff38a6d5322edb34f5eda69f429b144c4
parente72fd46a663ad80d0a172eabe07082862fe22663 (diff)
Notes
-rw-r--r--sbin/md5/md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 58e41295cf5c..c1e1eef45a21 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -26,10 +26,10 @@ static const char rcsid[] =
#include <err.h>
#include <md5.h>
#include <stdio.h>
-#include <time.h>
-#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
+#include <unistd.h>
/*
* Length of test block, number of test blocks.