]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include config.h, stdio.h, sys/types.h. and system.h here instead.
authorJim Meyering <jim@meyering.net>
Sun, 26 Nov 2000 23:12:44 +0000 (23:12 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Nov 2000 23:12:44 +0000 (23:12 +0000)
src/md5.c

index 47a862f9b4a9cee4b394df35e37b7d79618c40e2..929ab2348287828d4e5322e949554b8c5e711456 100644 (file)
--- 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;