Re: [Qemu-devel] [PATCH] Include zlib.h using #include <>

2011-11-21 Thread Anthony Liguori
On 11/20/2011 05:34 AM, Stefan Weil wrote: zlib.h is not a local include file, therefore it should be included using<> instead of "". Signed-off-by: Stefan Weil Applied. Thanks. Regards, Anthony Liguori --- block/vmdk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[Qemu-devel] [PATCH] Include zlib.h using #include <>

2011-11-20 Thread Stefan Weil
zlib.h is not a local include file, therefore it should be included using <> instead of "". Signed-off-by: Stefan Weil --- block/vmdk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index e53a2f0..96f7d5d 100644 --- a/block/vmdk.c +++ b/blo