diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2019-07-19 21:53:24 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2019-08-06 10:09:08 +0200 |
commit | c5e2ea18296014ffedb44f25c1614543a0bb64ea (patch) | |
tree | 4c848d0c8bfded3289d155c20106052cefe3ae61 /deflate.h | |
parent | 4bc6ffa41a7a23e04a2da409ca512a73cf268382 (diff) |
Rename gzendian to zendian since it is included in more than just the gzip library code.
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ /* @(#) $Id$ */ #include "zutil.h" -#include "gzendian.h" +#include "zendian.h" /* define NO_GZIP when compiling if you want to disable gzip header and trailer creation by deflate(). NO_GZIP would be used to avoid linking in |