diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/test-utime.c | 1 | ||||
-rw-r--r-- | io/tst-faccessat.c | 1 | ||||
-rw-r--r-- | io/tst-fchmodat.c | 1 | ||||
-rw-r--r-- | io/tst-fchownat.c | 1 | ||||
-rw-r--r-- | io/tst-fstatat.c | 1 | ||||
-rw-r--r-- | io/tst-futimesat.c | 1 | ||||
-rw-r--r-- | io/tst-linkat.c | 1 | ||||
-rw-r--r-- | io/tst-mkdirat.c | 2 | ||||
-rw-r--r-- | io/tst-mkfifoat.c | 2 | ||||
-rw-r--r-- | io/tst-mknodat.c | 2 | ||||
-rw-r--r-- | io/tst-openat.c | 1 | ||||
-rw-r--r-- | io/tst-readlinkat.c | 1 | ||||
-rw-r--r-- | io/tst-renameat.c | 1 | ||||
-rw-r--r-- | io/tst-symlinkat.c | 1 | ||||
-rw-r--r-- | io/tst-unlinkat.c | 1 |
15 files changed, 18 insertions, 0 deletions
diff --git a/io/test-utime.c b/io/test-utime.c index e0207e679b..3e7583c9c0 100644 --- a/io/test-utime.c +++ b/io/test-utime.c @@ -16,6 +16,7 @@ <http://www.gnu.org/licenses/>. */ #include <fcntl.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> 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); 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); diff --git a/io/tst-fchownat.c b/io/tst-fchownat.c index da8fd3b023..e8adf6229f 100644 --- a/io/tst-fchownat.c +++ b/io/tst-fchownat.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); diff --git a/io/tst-fstatat.c b/io/tst-fstatat.c index 5493102167..4766bb2e71 100644 --- a/io/tst-fstatat.c +++ b/io/tst-fstatat.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); diff --git a/io/tst-futimesat.c b/io/tst-futimesat.c index c1e8d93f41..af58ad06dd 100644 --- a/io/tst-futimesat.c +++ b/io/tst-futimesat.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> #include <sys/time.h> diff --git a/io/tst-linkat.c b/io/tst-linkat.c index d63c982751..97445b7954 100644 --- a/io/tst-linkat.c +++ b/io/tst-linkat.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); diff --git a/io/tst-mkdirat.c b/io/tst-mkdirat.c index 3efa4622ef..a960c6651d 100644 --- a/io/tst-mkdirat.c +++ b/io/tst-mkdirat.c @@ -1,9 +1,11 @@ #include <dirent.h> #include <fcntl.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); diff --git a/io/tst-mkfifoat.c b/io/tst-mkfifoat.c index 2bf29f63af..d87b587384 100644 --- a/io/tst-mkfifoat.c +++ b/io/tst-mkfifoat.c @@ -1,9 +1,11 @@ #include <dirent.h> #include <fcntl.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); diff --git a/io/tst-mknodat.c b/io/tst-mknodat.c index cba4dffadf..9d58fdbe3a 100644 --- a/io/tst-mknodat.c +++ b/io/tst-mknodat.c @@ -1,9 +1,11 @@ #include <dirent.h> #include <fcntl.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); diff --git a/io/tst-openat.c b/io/tst-openat.c index 0ceb745880..741b8d0ad2 100644 --- a/io/tst-openat.c +++ b/io/tst-openat.c @@ -1,5 +1,6 @@ #include <dirent.h> #include <fcntl.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/io/tst-readlinkat.c b/io/tst-readlinkat.c index 891b6e6817..51fafc92d3 100644 --- a/io/tst-readlinkat.c +++ b/io/tst-readlinkat.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); 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); diff --git a/io/tst-symlinkat.c b/io/tst-symlinkat.c index 1e98588fc8..214a8e348e 100644 --- a/io/tst-symlinkat.c +++ b/io/tst-symlinkat.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); diff --git a/io/tst-unlinkat.c b/io/tst-unlinkat.c index c25443c27f..e21d56f9f7 100644 --- a/io/tst-unlinkat.c +++ b/io/tst-unlinkat.c @@ -1,5 +1,6 @@ #include <dirent.h> #include <fcntl.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |