Fixed warnings on linux.

This commit is contained in:
Nathan Moinvaziri 2017-10-23 18:38:43 -07:00
parent 0d465a97f5
commit 70e3dc300d

View File

@ -17,9 +17,8 @@
#ifndef _MZ_ZIP_H
#define _MZ_ZIP_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include <time.h>
#ifndef _ZLIB_H
# include "zlib.h"
@ -27,6 +26,10 @@ extern "C" {
#include "mz_strm.h"
#ifdef __cplusplus
extern "C" {
#endif
/***************************************************************************/
typedef struct mz_zip_file_s