--- third_party/libevent/event.c +++ third_party/libevent/event.c @@ -108,7 +108,9 @@ const struct eventop *eventops[] = { struct event_base *current_base = NULL; extern struct event_base *evsignal_base; static int use_monotonic; +#if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC) static int use_monotonic_initialized; +#endif /* Prototypes */ static void event_queue_insert(struct event_base *, struct event *, int); diff --git third_party/libjingle/files/talk/base/httpcommon.cc third_party/libjingle/files/talk/base/httpcommon.cc index 0358121..5cff40f 100644