You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
288 B
Diff
12 lines
288 B
Diff
--- a/bench/bench.c
|
|
+++ b/bench/bench.c
|
|
@@ -38,7 +38,7 @@
|
|
#include <sys/time.h>
|
|
#elif defined(__unix__) || defined(__HAIKU__)
|
|
#include <unistd.h>
|
|
- #if defined(__GLIBC__)
|
|
+ #if defined(__GLIBC__) || defined(__ANDROID__)
|
|
#include <time.h>
|
|
#else
|
|
#include <sys/time.h>
|