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

Commit

Permalink
Fix warning on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 4, 2011
1 parent d3f60da commit a52a2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/darwin.c
Expand Up @@ -24,6 +24,7 @@
#include <CoreServices/CoreServices.h>
#include <mach/mach.h>
#include <mach/mach_time.h>
#include <mach-o/dyld.h> /* _NSGetExecutablePath */


uint64_t uv_hrtime() {
Expand Down

0 comments on commit a52a2c7

Please sign in to comment.