From 4ca984fb447ac57120c394cf2fbba23837ed31c2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:03:14 -0700 Subject: zlib 0.8 --- inffast.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inffast.c') diff --git a/inffast.c b/inffast.c index 8c3e4ce..29c97e2 100644 --- a/inffast.c +++ b/inffast.c @@ -8,6 +8,8 @@ #include "infutil.h" #include "inffast.h" +struct inflate_codes_state {int dummy;}; /* for buggy compilers */ + /* simplify the use of the inflate_huft type with some defines */ #define base more.Base #define next more.Next -- cgit v1.2.1