Merge pull request #4941 from davidsiaw/mac-compat

Include time.h for ios
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-02-05 23:11:45 +09:00
committed by GitHub
+1
View File
@@ -38,6 +38,7 @@
#else
#include <sys/wait.h>
#include <sys/time.h>
#include <unistd.h>
typedef size_t fsize_t;
typedef time_t ftime_t;