mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
16 lines
311 B
Diff
16 lines
311 B
Diff
--- a/src/piper_proc.cc
|
|
+++ b/src/piper_proc.cc
|
|
@@ -41,6 +41,12 @@
|
|
#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
|
|
+#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"
|