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 /functable.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 'functable.c')
-rw-r--r-- | functable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functable.c b/functable.c index 3921fc9..d58ddbd 100644 --- a/functable.c +++ b/functable.c @@ -3,6 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ +#include "zbuild.h" #include "functable.h" #include "deflate.h" #include "deflate_p.h" |