mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
13 lines
363 B
Diff
13 lines
363 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
+++ ./lib-src/libnyquist/nyquist/xlisp/security.c
|
|
@@ -5,7 +5,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include "switches.h"
|
|
-#if defined(UNIX) || defined(__APPLE__) || defined(__CYGWIN__)
|
|
+#if defined(UNIX) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__ANDROID__)
|
|
#include <unistd.h>
|
|
#endif
|
|
#ifdef WIN32
|