diff options
Diffstat (limited to 'inftrees.c')
| -rw-r--r-- | inftrees.c | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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" |
