mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 03:46:41 +00:00
f524dc1c56
%ci:no-build
14 lines
225 B
Diff
14 lines
225 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/environ.c
|
|
+++ b/environ.c
|
|
@@ -12,6 +12,8 @@
|
|
#include <conio.h>
|
|
#include <io.h>
|
|
#include <process.h>
|
|
+#else
|
|
+#include <sys/wait.h>
|
|
#endif
|
|
|
|
#include <fcntl.h>
|