uv-unix: Fix missing symbols on FreeBSD7 systems.

thanks Lenny
This commit is contained in:
Ryan Dahl 2011-08-05 11:51:09 -06:00
parent 2fbcbe90c8
commit 787ef5da80

View File

@ -62,6 +62,7 @@
#if defined(__FreeBSD__)
#include <sys/sysctl.h>
#include <sys/wait.h>
#endif