Index: base/time_posix.cc |
=================================================================== |
--- base/time_posix.cc (revision 41069) |
+++ base/time_posix.cc (working copy) |
@@ -147,7 +147,7 @@ |
// FreeBSD 6 has CLOCK_MONOLITHIC but defines _POSIX_MONOTONIC_CLOCK to -1. |
#if (defined(OS_POSIX) && \ |
defined(_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0) || \ |
- defined(OS_FREEBSD) |
+ defined(OS_FREEBSD) || defined(OS_OPENBSD) |
// static |
TimeTicks TimeTicks::Now() { |