Make inttypes.h optional. #345

This commit is contained in:
Nathan Moinvaziri 2018-11-19 21:34:35 -08:00
parent 0ecfd22443
commit 1ee609b759
24 changed files with 88 additions and 141 deletions

View file

@ -10,16 +10,12 @@
*/
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "bzlib.h"
#include "mz.h"
#include "mz_strm.h"
#include "mz_strm_bzip.h"
#include "bzlib.h"
/***************************************************************************/
static mz_stream_vtbl mz_stream_bzip_vtbl = {