mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Add missing string.h include for strdup.
This commit is contained in:
parent
94e474a03d
commit
5dd5fe0906
1
mz_os.c
1
mz_os.c
@ -17,6 +17,7 @@
|
||||
#include "mz_strm_os.h"
|
||||
|
||||
#include <ctype.h> /* tolower */
|
||||
#include <string.h>
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#if defined(HAVE_ICONV)
|
||||
#include <iconv.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "mz_strm_split.h"
|
||||
|
||||
#include <stdio.h> /* snprintf */
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1900)
|
||||
# define snprintf _snprintf
|
||||
|
Loading…
x
Reference in New Issue
Block a user