]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/tlscredsanon.c
migration/postcopy: break the loop when there is no more page to discard
[mirror_qemu.git] / crypto / tlscredsanon.c
index f36a793d1672515f764b2058f53cf8a7885db237..d2adc7c131e11dafeb221c826abb687f12e84ced 100644 (file)
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,7 +20,9 @@
 
 #include "qemu/osdep.h"
 #include "crypto/tlscredsanon.h"
-#include "crypto/tlscredspriv.h"
+#include "tlscredspriv.h"
+#include "qapi/error.h"
+#include "qemu/module.h"
 #include "qom/object_interfaces.h"
 #include "trace.h"