From 2d71f8c24d490b5a3773821264124f0ed5c9a9d2 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 354d089c3..358fd27b4 100644 --- a/ftparchive/byhash.cc +++ b/ftparchive/byhash.cc @@ -17,6 +17,8 @@ #include #include +#define st_mtim st_mtimespec + #include #include #include "byhash.h" diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc index 868029abd..930bb5f94 100644 --- a/ftparchive/cachedb.cc +++ b/ftparchive/cachedb.cc @@ -22,6 +22,7 @@ #include #include #include +#include #include // htonl, etc #include -- cgit v1.2.3