--- a/src/piper_proc.cc +++ b/src/piper_proc.cc @@ -41,6 +41,12 @@ #include #include +#if defined __ANDROID__ && __ANDROID_API__ < 26 +extern "C" { +int futimes(int, const struct timeval[2]); +} +#endif + #include "base/fs_util.hh" #include "base/lnav_log.hh" #include "config.h"