diff options
Diffstat (limited to 'zlib/crc32.c')
-rw-r--r-- | zlib/crc32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/crc32.c b/zlib/crc32.c index 979a7190a..a9d79b8ff 100644 --- a/zlib/crc32.c +++ b/zlib/crc32.c @@ -21,6 +21,8 @@ DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h. */ +#include <stdio.h> + #ifdef MAKECRCH # include <stdio.h> # ifndef DYNAMIC_CRC_TABLE |