diff options
Diffstat (limited to 'qemu/tests/test-coroutine.c')
-rw-r--r-- | qemu/tests/test-coroutine.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu/tests/test-coroutine.c b/qemu/tests/test-coroutine.c index b552d9f5e..dd4ced946 100644 --- a/qemu/tests/test-coroutine.c +++ b/qemu/tests/test-coroutine.c @@ -11,9 +11,10 @@ * */ +#include "qemu/osdep.h" #include <glib.h> -#include "block/coroutine.h" -#include "block/coroutine_int.h" +#include "qemu/coroutine.h" +#include "qemu/coroutine_int.h" /* * Check that qemu_in_coroutine() works |