aio.test: include <fcntl.h> instead of <sys/fcntl.h>

* tests/aio.c: Include <fcntl.h> instead of <sys/fcntl.h>.
This commit is contained in:
Дмитрий Левин 2016-01-11 02:20:04 +00:00
parent 35eb03fdf7
commit c36270a28e

View File

@ -28,11 +28,11 @@
#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 \