From 73572984481907d92673255b494c0ff4f77c8ed4 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 13 Jun 2022 07:12:45 -0600 Subject: io_uring: move rsrc related data, core, and commands Signed-off-by: Jens Axboe --- io_uring/openclose.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io_uring/openclose.c') diff --git a/io_uring/openclose.c b/io_uring/openclose.c index fa35bd56a330..1cbf39030970 100644 --- a/io_uring/openclose.c +++ b/io_uring/openclose.c @@ -14,6 +14,7 @@ #include "io_uring_types.h" #include "io_uring.h" +#include "rsrc.h" #include "openclose.h" struct io_open { -- cgit v1.2.3