0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-06 03:46:41 +00:00
termux-packages/packages/arj/waitpid-decl.patch
Tee KOBAYASHI f524dc1c56 arj: Fix missing waitpid declaration
%ci:no-build
2023-04-11 16:07:41 +09:00

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>