diff options
Diffstat (limited to 'zlib/inflate.c')
-rw-r--r-- | zlib/inflate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/inflate.c b/zlib/inflate.c index 792fdee8e..be1aa7fc8 100644 --- a/zlib/inflate.c +++ b/zlib/inflate.c @@ -80,6 +80,8 @@ * The history for versions after 1.2.0 are in ChangeLog in zlib distribution. */ +#include <stdio.h> + #include "zutil.h" #include "inftrees.h" #include "inflate.h" |