aboutsummaryrefslogtreecommitdiff
path: root/inftrees.c
diff options
context:
space:
mode:
Diffstat (limited to 'inftrees.c')
-rw-r--r--inftrees.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/inftrees.c b/inftrees.c
index 2a468717..8dc0d088 100644
--- a/inftrees.c
+++ b/inftrees.c
@@ -16,6 +16,10 @@
16#include "inftrees.h" 16#include "inftrees.h"
17#include "inflate.h" 17#include "inflate.h"
18 18
19#ifndef NULL
20# define NULL 0
21#endif
22
19#define MAXBITS 15 23#define MAXBITS 15
20 24
21const char inflate_copyright[] = 25const char inflate_copyright[] =