summaryrefslogtreecommitdiff
path: root/gzlib.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 /gzlib.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 'gzlib.c')
-rw-r--r--gzlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gzlib.c b/gzlib.c
index 7b0e136..946fb2b 100644
--- a/gzlib.c
+++ b/gzlib.c
@@ -3,6 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
+#include "zbuild.h"
#include "gzguts.h"
#if defined(WIN32) && !defined(__BORLANDC__) && !defined(__MINGW32__)