summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2019-07-19 21:53:24 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2019-08-06 10:09:08 +0200
commitc5e2ea18296014ffedb44f25c1614543a0bb64ea (patch)
tree4c848d0c8bfded3289d155c20106052cefe3ae61 /crc32.c
parent4bc6ffa41a7a23e04a2da409ca512a73cf268382 (diff)
Rename gzendian to zendian since it is included in more than just the gzip library code.
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc32.c b/crc32.c
index 6c495a5..2263fc7 100644
--- a/crc32.c
+++ b/crc32.c
@@ -12,7 +12,7 @@
/* @(#) $Id$ */
# include "zbuild.h"
-# include "gzendian.h"
+# include "zendian.h"
# include <inttypes.h>
/*