diff options
Diffstat (limited to 'test/example.c')
-rw-r--r-- | test/example.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/example.c b/test/example.c index 4fafc35..b31b4cb 100644 --- a/test/example.c +++ b/test/example.c @@ -5,12 +5,11 @@ /* @(#) $Id$ */ +#include "zbuild.h" #ifdef ZLIB_COMPAT # include "zlib.h" -# define z_size_t unsigned long #else # include "zlib-ng.h" -# define z_size_t size_t #endif #include <stdio.h> |