]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include sys/types.h in shred.c before including
authorJim Meyering <jim@meyering.net>
Tue, 9 May 2000 20:27:54 +0000 (20:27 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 9 May 2000 20:27:54 +0000 (20:27 +0000)
sys/stat.h or system.h.  From John David Anglin.

src/shred.c

index d192a1a330fd6b8c5f8bd68cb5105076beaa067b..fd04c2c14eabaaf9950444e950256c0c17309975 100644 (file)
@@ -85,6 +85,7 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <signal.h>
+#include <sys/types.h>
 
 #if HAVE_CONFIG_H
 /* Default fileutils build */