From: Jim Meyering Date: Sun, 26 Nov 2000 23:12:44 +0000 (+0000) Subject: Include config.h, stdio.h, sys/types.h. and system.h here instead. X-Git-Tag: FILEUTILS-4_0_33~7 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=81ae3684cc1782eccee9d934454ae0165eea11c6;p=thirdparty%2Fcoreutils.git Include config.h, stdio.h, sys/types.h. and system.h here instead. --- diff --git a/src/md5.c b/src/md5.c index 47a862f9b4..929ab23482 100644 --- a/src/md5.c +++ b/src/md5.c @@ -1,2 +1,7 @@ +#include +#include +#include +#include "system.h" #include "checksum.h" + int algorithm = ALG_MD5;