$OpenBSD: patch-mozilla_ipc_chromium_src_base_time_posix_cc,v 1.1 2011/07/24 07:31:57 landry Exp $
--- mozilla/ipc/chromium/src/base/time_posix.cc.orig	Mon Jun 27 05:10:42 2011
+++ mozilla/ipc/chromium/src/base/time_posix.cc	Sun Jul  3 02:14:44 2011
@@ -164,7 +164,7 @@ TimeTicks TimeTicks::Now() {
   // With numer and denom = 1 (the expected case), the 64-bit absolute time
   // reported in nanoseconds is enough to last nearly 585 years.
 
-#elif defined(OS_POSIX) && \
+#elif defined(__OpenBSD__) || defined(OS_POSIX) && \
       defined(_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0
 
   struct timespec ts;
