Commit 28d34b82467c36c60395dbfc0e118537bc6b6963

Authored by bellard
1 parent 3c56521b

zlib.h is an external header


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1077 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
block-qcow.c
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 */ 23 */
24 #include "vl.h" 24 #include "vl.h"
25 #include "block_int.h" 25 #include "block_int.h"
26 -#include "zlib.h" 26 +#include <zlib.h>
27 #include "aes.h" 27 #include "aes.h"
28 28
29 /**************************************************************/ 29 /**************************************************************/