aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index 4afe249c0..138cc9e8b 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -30,7 +30,7 @@
30#include <grp.h> 30#include <grp.h>
31#include <sys/vfs.h> 31#include <sys/vfs.h>
32#include <time.h> 32#include <time.h>
33#include <getopt.h> 33#include <getopt.h> /* optind */
34#include <sys/stat.h> 34#include <sys/stat.h>
35#include <sys/statfs.h> 35#include <sys/statfs.h>
36#include <sys/statvfs.h> 36#include <sys/statvfs.h>