summaryrefslogtreecommitdiff
path: root/inffast.c
diff options
context:
space:
mode:
authorMika Lindqvist <postmaster@raasu.org>2018-03-13 11:26:19 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2018-03-22 10:18:27 +0100
commitdf1fd1567f0c0c807393bf7dd8f3dd3b1ba24c09 (patch)
treef4994aba6aade3da1498330500a64a63f95fe390 /inffast.c
parentec6adfbfb0e482707b194de916f9325e64d2137d (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 'inffast.c')
-rw-r--r--inffast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inffast.c b/inffast.c
index ca05b2f..501a42d 100644
--- a/inffast.c
+++ b/inffast.c
@@ -3,6 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
+#include "zbuild.h"
#include "zutil.h"
#include "inftrees.h"
#include "inflate.h"