qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Include zlib.h using #include <>
Date: Mon, 21 Nov 2011 18:22:02 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

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<address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori

---
  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/block/vmdk.c
@@ -26,7 +26,7 @@
  #include "qemu-common.h"
  #include "block_int.h"
  #include "module.h"
-#include "zlib.h"
+#include<zlib.h>

  #define VMDK3_MAGIC (('C'<<  24) | ('O'<<  16) | ('W'<<  8) | 'D')
  #define VMDK4_MAGIC (('K'<<  24) | ('D'<<  16) | ('M'<<  8) | 'V')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]