]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Change zlib include to be a system include
authorNick Terrell <terrelln@fb.com>
Mon, 6 Feb 2017 19:32:13 +0000 (11:32 -0800)
committerNick Terrell <terrelln@fb.com>
Mon, 6 Feb 2017 19:32:13 +0000 (11:32 -0800)
programs/fileio.c

index a9e1574a6fd07a7fba42aa85c3fd5f7471aebde6..087bf9504d4dd54d6c7de11ae6821629f4e47188 100644 (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