0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-29 04:52:38 +00:00
Files
termux-packages/x11-packages/audacity/lib-src-libnyquist-nyquist-cmt-midifns.c.patch
2024-10-18 13:57:39 +03:00

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"