diff options
Diffstat (limited to 'zlib/inffast.c')
-rw-r--r-- | zlib/inffast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib/inffast.c b/zlib/inffast.c index bbee92ed1..e243ef8e6 100644 --- a/zlib/inffast.c +++ b/zlib/inffast.c @@ -3,6 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ +#include <stdio.h> #include "zutil.h" #include "inftrees.h" #include "inflate.h" |