diff options
Diffstat (limited to 'io/tst-fchmodat.c')
-rw-r--r-- | io/tst-fchmodat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/tst-fchmodat.c b/io/tst-fchmodat.c index bfb75d62e5..7d4a8717ff 100644 --- a/io/tst-fchmodat.c +++ b/io/tst-fchmodat.c @@ -6,6 +6,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); |