From 18876defc0a550f09b4ca64f331d804101396e65 Mon Sep 17 00:00:00 2001 From: Jaywalker Date: Tue, 6 Feb 2018 23:51:41 -0600 Subject: Fixed system() using coolstar's patch and added other required patches --- ftparchive/byhash.cc | 2 ++ ftparchive/cachedb.cc | 1 + 2 files changed, 3 insertions(+) (limited to 'ftparchive') diff --git a/ftparchive/byhash.cc b/ftparchive/byhash.cc index b24f6158e..19c8d1b22 100644 --- a/ftparchive/byhash.cc +++ b/ftparchive/byhash.cc @@ -17,6 +17,8 @@ #include #include +#define st_mtim st_mtimespec + #include "byhash.h" #include #include diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc index 1890c28d0..8496f44c1 100644 --- a/ftparchive/cachedb.cc +++ b/ftparchive/cachedb.cc @@ -21,6 +21,7 @@ #include #include #include +#include #include #include // htonl, etc -- cgit v1.2.3