mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
qemu/coroutine: Include missing 'qemu/atomic.h' header
Commit 944f3d5dd2
("coroutine: Add qemu_co_mutex_assert_locked")
added an inline method which uses qatomic_read(), itself declared
in "qemu/atomic.h". Explicitly include it now to avoid issue when
refactoring unrelated headers.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20241217141326.98947-3-philmd@linaro.org>
This commit is contained in:
parent
0ec02378e6
commit
f3adff92ce
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#define QEMU_COROUTINE_H
|
||||
|
||||
#include "qemu/coroutine-core.h"
|
||||
#include "qemu/atomic.h"
|
||||
#include "qemu/queue.h"
|
||||
#include "qemu/timer.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue