X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/3cfdd0da7e513e740b759a2abec49db3c086d6e2..7159a45b2bf2dcb9f49f1e27d1d3d135a0247a2f:/block/qed-table.c diff --git a/block/qed-table.c b/block/qed-table.c index ce07b05549..76d2dcccf8 100644 --- a/block/qed-table.c +++ b/block/qed-table.c @@ -13,7 +13,7 @@ */ #include "trace.h" -#include "qemu_socket.h" /* for EINPROGRESS on Windows */ +#include "qemu/sockets.h" /* for EINPROGRESS on Windows */ #include "qed.h" typedef struct { @@ -103,7 +103,6 @@ static void qed_write_table_cb(void *opaque, int ret) out: qemu_vfree(write_table_cb->table); gencb_complete(&write_table_cb->gencb, ret); - return; } /**