diff options
author | Jinhao Fan | 2022-07-21 08:56:45 +0200 |
---|---|---|
committer | Kevin Wolf | 2022-08-02 11:01:24 +0200 |
commit | 77e3f038af1764983087e3551a0fde9951952c4d (patch) | |
tree | 35a8df25fe6d9bd12cae90fc9dacdc0c67bf6007 /subprojects | |
parent | Merge tag 'pull-aspeed-20220801' of https://github.com/legoater/qemu into sta... (diff) | |
download | qemu-77e3f038af1764983087e3551a0fde9951952c4d.tar.gz qemu-77e3f038af1764983087e3551a0fde9951952c4d.tar.xz qemu-77e3f038af1764983087e3551a0fde9951952c4d.zip |
block/io_uring: add missing include file
The commit "Use io_uring_register_ring_fd() to skip fd operations" uses
warn_report but did not include the header file "qemu/error-report.h".
This causes "error: implicit declaration of function ‘warn_report’".
Include this header file.
Fixes: e2848bc574 ("Use io_uring_register_ring_fd() to skip fd operations")
Signed-off-by: Jinhao Fan <fanjinhao21s@ict.ac.cn>
Message-Id: <20220721065645.577404-1-fanjinhao21s@ict.ac.cn>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'subprojects')
0 files changed, 0 insertions, 0 deletions