diff options
author | Mika Lindqvist <postmaster@raasu.org> | 2018-03-13 11:26:19 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2018-03-22 10:18:27 +0100 |
commit | df1fd1567f0c0c807393bf7dd8f3dd3b1ba24c09 (patch) | |
tree | f4994aba6aade3da1498330500a64a63f95fe390 /crc32.c | |
parent | ec6adfbfb0e482707b194de916f9325e64d2137d (diff) |
Move private defines from zconf.h and zconf-ng.h to zbuild.h
* move definition of z_size_t to zbuild.h
Diffstat (limited to 'crc32.c')
-rw-r--r-- | crc32.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ /* @(#) $Id$ */ +# include "zbuild.h" # include "gzendian.h" /* |