aboutsummaryrefslogtreecommitdiff
path: root/inftrees.c
diff options
context:
space:
mode:
Diffstat (limited to 'inftrees.c')
-rw-r--r--inftrees.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/inftrees.c b/inftrees.c
index c050f8bb..6b6f8dc4 100644
--- a/inftrees.c
+++ b/inftrees.c
@@ -3,6 +3,15 @@
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
6#ifdef MAKEFIXED
7# ifndef BUILDFIXED
8# define BUILDFIXED
9# endif
10#endif
11#ifdef BUILDFIXED
12# define Z_ONCE
13#endif
14
6#include "zutil.h" 15#include "zutil.h"
7#include "inftrees.h" 16#include "inftrees.h"
8#include "inflate.h" 17#include "inflate.h"