Showing with 4 additions and 2 deletions.
  1. +4 −1 src/unix/darwin-proctitle.c
  2. +0 −1 src/unix/fsevents.c
@@ -18,8 +18,11 @@
* IN THE SOFTWARE.
*/

#include <TargetConditionals.h>
#include <dlfcn.h>
#include <errno.h>
#include <stdlib.h>

#include <TargetConditionals.h>

#if !TARGET_OS_IPHONE
# include <CoreFoundation/CoreFoundation.h>
@@ -36,7 +36,6 @@ int uv__fsevents_close(uv_fs_event_t* handle) {


void uv__fsevents_loop_delete(uv_loop_t* loop) {
return 0;
}

#else /* TARGET_OS_IPHONE */