mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
migration: include qemu-file.h
They don't use/know anything about buffered-file. Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
24ea1e4b4b
commit
557ec5a001
4 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "migration/migration.h"
|
||||
#include "buffered_file.h"
|
||||
#include "migration/qemu-file.h"
|
||||
#include "block/block.h"
|
||||
|
||||
//#define DEBUG_MIGRATION_UNIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue