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:
parent
35eb03fdf7
commit
c36270a28e
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user