Fix warning on darwin

This commit is contained in:
Ryan Dahl 2011-09-04 15:48:47 -07:00
parent d3f60da67c
commit a52a2c781a

View File

@ -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() {