]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block-cloop.c
RTL8139: Latch C+ mode state instead of inferring it from C+ Command register (Avi...
[mirror_qemu.git] / block-cloop.c
index 0c9ddb381451d0170301d0d1240dc7738dd96c8b..ad0e65d970fa461f3390e21dbe6d0580a3cf527d 100644 (file)
@@ -21,7 +21,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include "vl.h"
+#include "qemu-common.h"
 #include "block_int.h"
 #include <zlib.h>
 
@@ -165,5 +165,3 @@ BlockDriver bdrv_cloop = {
     NULL,
     cloop_close,
 };
-
-