Change zlib include to be a system include
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@
|
|||||||
# include "zstdmt_compress.h"
|
# include "zstdmt_compress.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef ZSTD_GZDECOMPRESS
|
#ifdef ZSTD_GZDECOMPRESS
|
||||||
# include "zlib.h"
|
# include <zlib.h>
|
||||||
# if !defined(z_const)
|
# if !defined(z_const)
|
||||||
# define z_const
|
# define z_const
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Reference in New Issue
Block a user