mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 04:13:22 +00:00
14 lines
395 B
Diff
14 lines
395 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/lib-src/libnyquist/nyquist/xlisp/security.c
|
|
+++ b/lib-src/libnyquist/nyquist/xlisp/security.c
|
|
@@ -4,7 +4,7 @@
|
|
*/
|
|
|
|
#include <stdlib.h>
|
|
-#if defined(UNIX) || defined(__APPLE__) || defined(__CYGWIN__)
|
|
+#if defined(UNIX) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__ANDROID__)
|
|
#include <unistd.h>
|
|
#endif
|
|
#ifdef WIN32
|