commit | d1c663a2d07d14339f1847eaf8b724c86928bfd5 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Dec 16 02:00:01 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Dec 16 02:00:01 2015 +0000 |
tree | 5fcbbe9e137f83f6fe0aabcd6bf32272a7ece930 | |
parent | 4b08afdf05146bcb13a39f23e76e879a9ecc57a0 [diff] [blame] |
tests/aio.c: include <time.h> * tests/aio.c: Include <time.h> for struct timespec. Reported-by: Szabolcs Nagy <nsz@port70.net>
diff --git a/tests/aio.c b/tests/aio.c index 08974e1..e3a073a 100644 --- a/tests/aio.c +++ b/tests/aio.c
@@ -33,6 +33,7 @@ #include <errno.h> #include <inttypes.h> #include <stdio.h> +#include <time.h> #include <unistd.h> #include <sys/fcntl.h> #include <sys/syscall.h>