From: Jim Meyering Date: Sun, 26 Nov 2000 23:13:11 +0000 (+0000) Subject: Include config.h, stdio.h, sys/types.h. and system.h here instead. X-Git-Tag: FILEUTILS-4_0_33~6 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3083c303620299d93b2f4b50dfa62007e517a80b;p=thirdparty%2Fcoreutils.git Include config.h, stdio.h, sys/types.h. and system.h here instead. --- diff --git a/src/sha1sum.c b/src/sha1sum.c index 6cda4aa3cb..1d4fdd8001 100644 --- a/src/sha1sum.c +++ b/src/sha1sum.c @@ -1,2 +1,7 @@ +#include +#include +#include +#include "system.h" #include "checksum.h" + int algorithm = ALG_SHA1;