From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/aio.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/aio.h') diff --git a/include/aio.h b/include/aio.h index aa3598a6..0ac9c7d6 100644 --- a/include/aio.h +++ b/include/aio.h @@ -1,6 +1,8 @@ #ifndef __AIO_H #define __AIO_H +#include +#include #define __BITS_SIGEVENT_H_ #include @@ -39,7 +41,6 @@ int aio_read(struct aiocb *); ssize_t aio_return(struct aiocb *); int aio_suspend(const struct aiocb *const[], int, const struct timespec *); int aio_write(struct aiocb *); -int lio_listio(int, struct aiocb *restrict const[restrict], int, - struct sigevent *restrict); +int lio_listio(int, struct aiocb *restrict const[restrict], int, struct sigevent *restrict); #endif -- cgit v1.2.3