On Tue, Apr 22, 2025 at 02:27:16PM +0900, Kohei Tokunaga wrote:
> Including <sys/ioctl.h> is still required on Emscripten, just like on other
> platforms, to make the ioctl function available.
>
> Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
> ---
> block/file-posix.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> V2:
> - Split this from the previous 12th patch into a separate commit and revised
> the commit message to clarify the purpose of the patch.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>