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