diff options
Diffstat (limited to 'thread-pool.c')
-rw-r--r-- | thread-pool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thread-pool.c b/thread-pool.c index 5025567817..3735fd34bc 100644 --- a/thread-pool.c +++ b/thread-pool.c @@ -23,6 +23,7 @@ #include "block/block_int.h" #include "qemu/event_notifier.h" #include "block/thread-pool.h" +#include "qemu/main-loop.h" static void do_spawn_thread(ThreadPool *pool); |