On Fri, Jun 06, 2014 at 09:53:22AM +0800, Fam Zheng wrote:
> diff --git a/include/hw/virtio/virtio-blk.h b/include/hw/virtio/virtio-blk.h
> index 4bc9b54..6fc43f1 100644
> --- a/include/hw/virtio/virtio-blk.h
> +++ b/include/hw/virtio/virtio-blk.h
> @@ -17,6 +17,7 @@
>  #include "hw/virtio/virtio.h"
>  #include "hw/block/block.h"
>  #include "sysemu/iothread.h"
> +#include "include/block/block.h"

Why not #include "block/block.h"?  The other includes don't explicitly
use the include/ prefix either.

Reply via email to