diff options
Diffstat (limited to 'core/io/zip.h')
-rw-r--r-- | core/io/zip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/zip.h b/core/io/zip.h index cca06c2ee8..85f93568c9 100644 --- a/core/io/zip.h +++ b/core/io/zip.h @@ -39,6 +39,8 @@ #ifndef _zip12_H #define _zip12_H +#include <stdlib.h> + #ifdef __cplusplus extern "C" { #endif |