mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Fixed missing time.h include.
This commit is contained in:
parent
7de94cf921
commit
0ecfd22443
@ -14,6 +14,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "mz.h"
|
||||
#include "mz_os.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user