diff options
Diffstat (limited to 'stubs/set-fd-handler.c')
-rw-r--r-- | stubs/set-fd-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c index 4807b5dc22..fc874d33fe 100644 --- a/stubs/set-fd-handler.c +++ b/stubs/set-fd-handler.c @@ -1,5 +1,5 @@ #include "qemu-common.h" -#include "main-loop.h" +#include "qemu/main-loop.h" int qemu_set_fd_handler2(int fd, IOCanReadHandler *fd_read_poll, |