1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-12 06:49:18 -04:00
ports/lang/neko/files/patch-libs_std_process.c
2009-06-28 01:40:02 +00:00

11 lines
276 B
C

--- libs/std/process.c.orig 2009-06-19 00:08:00.000000000 +0900
+++ libs/std/process.c 2009-06-19 00:08:06.000000000 +0900
@@ -23,7 +23,7 @@
# include <unistd.h>
# include <errno.h>
# ifndef NEKO_MAC
-# include <wait.h>
+# include <sys/wait.h>
# endif
#endif