diff options
Diffstat (limited to 'event-loop-base.c')
-rw-r--r-- | event-loop-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event-loop-base.c b/event-loop-base.c index d5be4dc..0cfb1c9 100644 --- a/event-loop-base.c +++ b/event-loop-base.c @@ -15,7 +15,7 @@ #include "qom/object_interfaces.h" #include "qapi/error.h" #include "block/thread-pool.h" -#include "sysemu/event-loop-base.h" +#include "system/event-loop-base.h" typedef struct { const char *name; |