From: Jim Meyering Date: Tue, 9 May 2000 20:27:54 +0000 (+0000) Subject: Include sys/types.h in shred.c before including X-Git-Tag: FILEUTILS-4_0s~80 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a210d7d35c8471706c2c730d1092f944480b81fa;p=thirdparty%2Fcoreutils.git Include sys/types.h in shred.c before including sys/stat.h or system.h. From John David Anglin. --- diff --git a/src/shred.c b/src/shred.c index d192a1a330..fd04c2c14e 100644 --- a/src/shred.c +++ b/src/shred.c @@ -85,6 +85,7 @@ #include #include #include +#include #if HAVE_CONFIG_H /* Default fileutils build */