Skip to content

Commit d1c663a

Browse files
committed
tests/aio.c: include <time.h>
* tests/aio.c: Include <time.h> for struct timespec. Reported-by: Szabolcs Nagy <[email protected]>
1 parent 4b08afd commit d1c663a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <errno.h>
3434
#include <inttypes.h>
3535
#include <stdio.h>
36+
#include <time.h>
3637
#include <unistd.h>
3738
#include <sys/fcntl.h>
3839
#include <sys/syscall.h>

0 commit comments

Comments
 (0)