Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 4, 2011
1 parent 8e9a338 commit b590e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/darwin.c
Expand Up @@ -29,9 +29,9 @@
#include <mach/mach.h>
#include <mach/mach_time.h>
#include <mach-o/dyld.h> /* _NSGetExecutablePath */

#include <sys/resource.h>
#include <sys/sysctl.h>
#include <unistd.h> /* sysconf */


uint64_t uv_hrtime() {
Expand Down

0 comments on commit b590e12

Please sign in to comment.