Processing (*nix): fix compiling on Android 7

This commit is contained in:
李通洲
2025-07-18 13:27:17 +08:00
parent cf2034b93e
commit 8c6dc34654
+4 -1
View File
@@ -11,7 +11,10 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/wait.h>
#include <spawn.h>
#if !(__ANDROID__ || __OpenBSD__)
#include <spawn.h>
#endif
#if defined(__FreeBSD__) || defined(__APPLE__)
#include <sys/types.h>