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