1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 04:30:37 -04:00
ports/www/node-devel/files/patch-uv-unix.c
Vanilla I. Shu 9af0be4776 Upgrade to 0.5.3.
PR:		ports/159410
Submitted by:	maintainer
2011-08-05 04:51:17 +00:00

10 lines
235 B
C

--- deps/uv/src/uv-unix.c.orig 2011-08-02 15:17:41.000000000 +0800
+++ deps/uv/src/uv-unix.c 2011-08-03 16:27:45.000000000 +0800
@@ -54,6 +54,7 @@
#if defined(__FreeBSD__)
#include <sys/sysctl.h>
+#include <sys/wait.h>
#endif