]> granicus.if.org Git - strace/commitdiff
aio.test: include <fcntl.h> instead of <sys/fcntl.h>
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 11 Jan 2016 02:20:04 +0000 (02:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 11 Jan 2016 02:20:04 +0000 (02:20 +0000)
* tests/aio.c: Include <fcntl.h> instead of <sys/fcntl.h>.

tests/aio.c

index bbcc4f1593970552f4a58d46a6751e6787d23193..93ec6feb09b65e120bbbb9d331cf4a18155d8522 100644 (file)
 #include "tests.h"
 #include <assert.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <inttypes.h>
 #include <stdio.h>
 #include <time.h>
 #include <unistd.h>
-#include <sys/fcntl.h>
 #include <sys/syscall.h>
 
 #if defined __NR_io_setup \