summaryrefslogtreecommitdiffstats
path: root/sbin/md5
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/md5')
-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 58e4129..c1e1eef 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.
OpenPOWER on IntegriCloud