summaryrefslogtreecommitdiff
path: root/src/md5.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-26 23:12:44 +0000
committerJim Meyering <jim@meyering.net>2000-11-26 23:12:44 +0000
commit81ae3684cc1782eccee9d934454ae0165eea11c6 (patch)
treea54f13ea1698d6a5522c969f1144add2e91490c9 /src/md5.c
parentf8674300d4888dc006b2ef058e0672f192145e67 (diff)
downloadcoreutils-81ae3684cc1782eccee9d934454ae0165eea11c6.tar.xz
Include config.h, stdio.h, sys/types.h. and system.h here instead.
Diffstat (limited to 'src/md5.c')
-rw-r--r--src/md5.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/md5.c b/src/md5.c
index 47a862f9b..929ab2348 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -1,2 +1,7 @@
+#include <config.h>
+#include <stdio.h>
+#include <sys/types.h>
+#include "system.h"
#include "checksum.h"
+
int algorithm = ALG_MD5;