diff options
author | 2012-12-17 18:20:00 +0100 | |
---|---|---|
committer | 2012-12-19 08:32:39 +0100 | |
commit | 1de7afc984b49af164e2619e6850b9732b173b34 (patch) | |
tree | 60cd16f527440fcfcdb81d9bea1af5d9147604c4 /async.c | |
parent | qom: move include files to include/qom/ (diff) | |
download | qemu-1de7afc984b49af164e2619e6850b9732b173b34.tar.xz qemu-1de7afc984b49af164e2619e6850b9732b173b34.zip |
misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'async.c')
-rw-r--r-- | async.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include "qemu-common.h" #include "block/aio.h" -#include "main-loop.h" +#include "qemu/main-loop.h" /***********************************************************/ /* bottom halves (can be seen as timers which expire ASAP) */ |