From 0c5bc15b2d8158f4eeec5db6718246e6924243ec Mon Sep 17 00:00:00 2001 From: Jaywalker Date: Tue, 6 Feb 2018 23:51:41 -0600 Subject: Added required patches --- ftparchive/byhash.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ftparchive/byhash.cc') diff --git a/ftparchive/byhash.cc b/ftparchive/byhash.cc index b24f6158e..5af0ef163 100644 --- a/ftparchive/byhash.cc +++ b/ftparchive/byhash.cc @@ -18,6 +18,10 @@ #include #include "byhash.h" +#ifdef __APPLE__ +#define st_mtim st_mtimespec +#endif + #include #include -- cgit v1.2.3