diff options
Diffstat (limited to 'coroutine-win32.c')
-rw-r--r-- | coroutine-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine-win32.c b/coroutine-win32.c index 4179609eec..edc1f72c18 100644 --- a/coroutine-win32.c +++ b/coroutine-win32.c @@ -23,7 +23,7 @@ */ #include "qemu-common.h" -#include "qemu-coroutine-int.h" +#include "block/coroutine_int.h" typedef struct { |