From: Steinar H. Gunderson Date: Sat, 25 Jun 2022 08:01:49 +0000 (+0200) Subject: Add a missing #include. X-Git-Tag: 1.1.17~6 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=0125004cd28c5f9124632b594e51dde73af1691c Add a missing #include. Taken from the Alpine Linux packaging; seems to be for statx() (presumably on musl libc). --- diff --git a/io_uring_engine.h b/io_uring_engine.h index 688a6ae..bcb1058 100644 --- a/io_uring_engine.h +++ b/io_uring_engine.h @@ -7,6 +7,7 @@ #include #include #include +#include struct io_uring_sqe; #ifndef WITHOUT_URING