fix compilation on Xcode 7.x

This commit is contained in:
Antoine Cœur
2017-09-13 00:47:45 +08:00
parent a004f928cd
commit 465f6210c4
+4
View File
@@ -16,6 +16,10 @@
#ifndef _MINICRYPT_H
#define _MINICRYPT_H
#if ZLIB_VERNUM < 0x1270
typedef unsigned long z_crc_t;
#endif
#ifdef __cplusplus
extern "C" {
#endif