mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-29 04:52:38 +00:00
11 lines
247 B
Diff
11 lines
247 B
Diff
+++ ./lib-src/libnyquist/nyquist/cmt/midifns.c
|
|
@@ -118,7 +118,7 @@
|
|
#ifdef UNIX
|
|
#ifndef UNIX_IRIX
|
|
#include "sys/time.h"
|
|
-#ifndef __OpenBSD__
|
|
+#if !defined(__OpenBSD__) && !defined(__ANDROID__)
|
|
#include "sys/timeb.h"
|
|
#endif
|
|
#include "cmtio.h"
|