]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/ram.c
Include qapi/error.h exactly where needed
[mirror_qemu.git] / migration / ram.c
index 5a109efedabdb59e4e86c2c2714f002e324dc98c..8333d8e35e0a302b305d1da9fa773e9a15cb00a1 100644 (file)
@@ -25,6 +25,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include <zlib.h>
@@ -42,6 +43,7 @@
 #include "postcopy-ram.h"
 #include "migration/page_cache.h"
 #include "qemu/error-report.h"
+#include "qapi/error.h"
 #include "qapi/qmp/qerror.h"
 #include "trace.h"
 #include "exec/ram_addr.h"