From 6e70fd303855575c99c520e8c46b7d85c9f21dc8 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 8 Jan 2019 05:43:38 -0700 Subject: [PATCH 1/1] io_uring.h should include This ensures we have the __kernel_rwf_t definition. Signed-off-by: Jens Axboe --- os/io_uring.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/io_uring.h b/os/io_uring.h index 61a37531..8dda7951 100644 --- a/os/io_uring.h +++ b/os/io_uring.h @@ -1,6 +1,8 @@ #ifndef IO_URING_H #define IO_URING_H +#include + /* * IO submission data structure */ -- 2.25.1