Change zlib include to be a system include

dev
Nick Terrell 2017-02-06 11:32:13 -08:00
parent d44d363ec1
commit 2cb8ee8784
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
# include "zstdmt_compress.h"
#endif
#ifdef ZSTD_GZDECOMPRESS
# include "zlib.h"
# include <zlib.h>
# if !defined(z_const)
# define z_const
# endif