Processing (macOS): fix compiling

This commit is contained in:
李通洲
2023-07-15 08:25:57 +08:00
parent 55e0f8e5dd
commit a9466654b2
+1 -1
View File
@@ -9,7 +9,7 @@
#include <poll.h>
#include <fcntl.h>
#include <errno.h>
#include <wait.h>
#include <sys/wait.h>
enum { FF_PIPE_BUFSIZ = 4096 };