diff options
Diffstat (limited to 'migration/qemu-file-buf.c')
-rw-r--r-- | migration/qemu-file-buf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/qemu-file-buf.c b/migration/qemu-file-buf.c index 16a51a1e17..2de9330ca5 100644 --- a/migration/qemu-file-buf.c +++ b/migration/qemu-file-buf.c @@ -26,6 +26,7 @@ * THE SOFTWARE. */ #include "qemu-common.h" +#include "qemu/error-report.h" #include "qemu/iov.h" #include "qemu/sockets.h" #include "block/coroutine.h" |