]> 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:13:11 +0000 (23:13 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Nov 2000 23:13:11 +0000 (23:13 +0000)
src/sha1sum.c

index 6cda4aa3cb188a6a85b0446b1f9d597bfce091c7..1d4fdd8001571c5a7a5798f97d4ad429c8f8a1a8 100644 (file)
@@ -1,2 +1,7 @@
+#include <config.h>
+#include <stdio.h>
+#include <sys/types.h>
+#include "system.h"
 #include "checksum.h"
+
 int algorithm = ALG_SHA1;